Skip to content

Commit

Permalink
Unzipped files are located somewhere else not in pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-fritz committed Sep 6, 2024
1 parent fd41aa4 commit da20180
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gitlab_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,13 @@ jobs:
MIRROR_BRANCH: ${{ env.MIRROR_BRANCH }}
- name: Unzip downloaded artifacts
run: |
pwd
ls -lah
cd ./artifacts
unzip -f '*.zip'
unzip -f '*.zip' .
ls -lah
rm *.zip
ls -lah
cd ..
get_artifacts_from_other_workflow:
Expand Down

0 comments on commit da20180

Please sign in to comment.