Skip to content

Commit

Permalink
fix: macos release fix
Browse files Browse the repository at this point in the history
  • Loading branch information
parvit committed Oct 31, 2024
1 parent 25d178e commit fdfddb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -476,10 +476,11 @@ jobs:
- name: Prepare archives
run: |
cd ${{ github.workspace }}
dir
7z a -tzip qpep_windows_b${{ github.run_id }}.zip ${{ github.workspace }}/installer.msi
7z a -tzip qpep_linux_b${{ github.run_id }}.zip ${{ github.workspace }}/qpep
7z a -tzip qpep_macos_b${{ github.run_id }}.zip ${{ github.workspace }}/*.pkg
7z a -tzip qpep_user_manual_b${{ github.run_id }}.zip ${{ github.workspace }}/user_manual.pdf
7z a -tzip qpep_user_manual_b${{ github.run_id }}.zip ${{ github.workspace }}/qpep_user_manual_b${{ github.run_id }}.pdf
- name: Create Release
id: create_release
Expand Down

0 comments on commit fdfddb5

Please sign in to comment.