Skip to content

Commit

Permalink
Merge pull request #813 from dsm/fix_share_folder_name
Browse files Browse the repository at this point in the history
fix share folder name typo.
  • Loading branch information
ra3xdh committed Jul 7, 2024
2 parents 4e9188c + 5e6269a commit f42f5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ jobs:
- name: Create zip archive for release
run: |
cd build/qucs-suite
zip -r ../../${{ env.APP_NAME }}-${{ env.VERSION }}-win64.zip ./bin ./re
zip -r ../../${{ env.APP_NAME }}-${{ env.VERSION }}-win64.zip ./bin ./share
cd ../..
- name: Upload build artifacts
Expand Down

0 comments on commit f42f5f8

Please sign in to comment.