Skip to content

Commit

Permalink
Unzip artifacts from Gitlab-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-fritz committed Sep 6, 2024
1 parent fabd036 commit 823ba51
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/gitlab_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,14 @@ jobs:
GITLAB_PROJECT_ID: "6029"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MIRROR_BRANCH: ${{ env.MIRROR_BRANCH }}
- name: Unzip downloaded artifacts
run: |
ls -lah
cd ./artifacts
unzip -f '*.zip'
rm '*.zip'
ls -lah
cd ..
get_artifacts_from_other_workflow:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 823ba51

Please sign in to comment.