Skip to content

Commit

Permalink
Corrected order of unzip
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-fritz committed Sep 9, 2024
1 parent 9367bcb commit b6fa72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gitlab_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
pwd
ls -lah
cd artifacts
find . -type f -name "*.zip" -exec {} unzip ;
find . -name "*.zip" -type f -exec unzip -o {} ;
ls -lah
rm *.zip
cd ..
Expand Down

0 comments on commit b6fa72f

Please sign in to comment.