Skip to content

Commit

Permalink
fix: upload assets path
Browse files Browse the repository at this point in the history
  • Loading branch information
HamedMasafi committed Aug 23, 2020
1 parent 0faaf9b commit f2f6ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
repo_token: ${{secrets.GITHUB_TOKEN}}
directory: installer/${{matrix.osname}}/output
directory: installer/output
platform: ${{matrix.platform}}
asset_name: qtconfig-${{matrix.osname}}-$${{matrix.arch}}
tag: ${{github.ref}}
Expand Down

0 comments on commit f2f6ed8

Please sign in to comment.