Skip to content

Commit

Permalink
Fixed typo in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kompotkot committed Jun 10, 2024
1 parent c2e7428 commit 5d61325
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.create_release.outputs.upload_url }}
asset_path: ./seer-${{ github.ref_name }}-${{ matrix.os }}-${{ matrix.arch }}.zip
asset_name: seer-${{ github.ref_name }}-${{ matrix.os }}-${{ matrix.arch }}.zip
asset_path: ./game7-${{ github.ref_name }}-${{ matrix.os }}-${{ matrix.arch }}.zip
asset_name: game7-${{ github.ref_name }}-${{ matrix.os }}-${{ matrix.arch }}.zip
asset_content_type: application/zip

0 comments on commit 5d61325

Please sign in to comment.