Skip to content

Commit

Permalink
cd out/ && zip --symlinks -r ../launch_Ubuntu.zip . && cd -
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Aug 1, 2023
1 parent 1ebd061 commit f48a2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
make -j$(nproc)
make DESTDIR=out install
find out/
zip --symlinks -r ./launch_Ubuntu.zip out/
cd out/ && zip --symlinks -r ../launch_Ubuntu.zip . && cd -
- name: Upload Ubuntu artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit f48a2ea

Please sign in to comment.