Skip to content

Commit

Permalink
Actually trigger release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gusruben committed Dec 17, 2024
1 parent 3e259a9 commit 6b62672
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: winball.exe
asset_name: winball.exe
file: winball.zip
asset_name: winball.zip
tag: ${{ github.ref }}
overwrite: true
body: "Initial release. Uploaded directly."
body: "This release contains no changes to the game, but the zip archive contains all necessary files to run the game."

0 comments on commit 6b62672

Please sign in to comment.