Skip to content

Commit

Permalink
Update ubuntu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieeo authored Oct 27, 2022
1 parent 7876f17 commit 174f86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: Release/${{ matrix.os }}_${{matrix.qt_ver}}.zip
file: ${{ matrix.os }}_${{matrix.qt_ver}}.zip
asset_name: ${{ matrix.os }}_${{matrix.qt_ver}}.zip
tag: ${{ github.ref }}
overwrite: true

0 comments on commit 174f86a

Please sign in to comment.