Skip to content

Commit

Permalink
Update Release name of VmChamp
Browse files Browse the repository at this point in the history
  • Loading branch information
mzwoelfer committed Jun 28, 2024
1 parent 4c694c1 commit 5cb2adf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: VmChamp-linux-${{ github.ref_name }}-amd64
path: /tmp/out/VmChamp
path: /tmp/out/VmChamp-linux-${{ github.ref_name }}-amd64
retention-days: 1

- name: Release
uses: softprops/action-gh-release@v2
with:
files: /tmp/out/VmChamp
files: /tmp/out/VmChamp-linux-${{ github.ref_name }}-amd64
body: |
${{ github.event.head_commit.message }}

0 comments on commit 5cb2adf

Please sign in to comment.