Skip to content

Commit

Permalink
Fix artifact problem
Browse files Browse the repository at this point in the history
  • Loading branch information
mzwoelfer committed Jun 28, 2024
1 parent 5cb2adf commit 83fbba3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
TAG_NAME="${{ github.ref_name }}"
TARGET_VERSION="${TAG_NAME#v}"
./build.sh "$TARGET_VERSION" /tmp/out
cp /tmp/out/VmChamp /tmp/out/VmChamp-linux-${{ github.ref_name }}-amd64
- name: Upload Release Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 83fbba3

Please sign in to comment.