Skip to content

Commit

Permalink
cd QtPlugin/ && zip --symlinks -r
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Aug 17, 2023
1 parent 342c6ac commit bd4bb8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
make -j$(nproc)
make DESTDIR=QtPlugin -j$(nproc) install
find QtPlugin/
zip --symlinks -r QtPlugin_Ubuntu.zip QtPlugin/
cd QtPlugin/ && zip --symlinks -r ../QtPlugin_Ubuntu.zip . && cd -
- name: Create GitHub Release using Continuous Release Manager
if: github.event_name == 'push' # Only run for push events, not pull requests
Expand Down

0 comments on commit bd4bb8e

Please sign in to comment.