Skip to content

Commit

Permalink
FIxing even harder
Browse files Browse the repository at this point in the history
  • Loading branch information
zwoefler committed Jun 28, 2024
1 parent eee3004 commit 26c6f07
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
needs: build
steps:
- name: Release
uses: softprops/action-gh-release@v2
with:
files: /tmp/out/VmChamp
body: |
${{ github.event.head_commit.message }}
uses: softprops/action-gh-release@v2
with:
files: /tmp/out/VmChamp
body: |
${{ github.event.head_commit.message }}

0 comments on commit 26c6f07

Please sign in to comment.