Skip to content

Commit

Permalink
publish ⚒️
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasByr committed Dec 11, 2023
1 parent 5d18671 commit 70de81e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: genome.exe.zip
file: dist/genome/genome.exe.zip
tag: ${{ github.ref }}
asset_name: "genome_${{ matrix.os }}.zip"

0 comments on commit 70de81e

Please sign in to comment.