Skip to content

Commit

Permalink
fix(desktop): also archive for ubuntu v22
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle committed Jun 18, 2024
1 parent dda03b7 commit c28ccf1
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 @@ -72,7 +72,7 @@ jobs:

- name: 📦 Archive Antares Desktop for Ubuntu
# this is the only way to preserve file permission and symlinks
if: matrix.os == 'ubuntu-20.04'
if: 'ubuntu' in matrix.os
run: zip -r --symlinks AntaresWeb.zip *
working-directory: dist/package

Expand Down

0 comments on commit c28ccf1

Please sign in to comment.