Skip to content

Commit

Permalink
Explicitly uploading the unzipped artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-fritz committed Sep 9, 2024
1 parent c6ea83b commit 56c74ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gitlab_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,12 @@ jobs:
rm *.zip
cd ..
ls -lah
- name: Uploading artifacts
uses: actions/upload-artifact@v4
with:
name: Gitlab-Action_artifacts
path: |
./artifacts/*
get_artifacts_from_other_workflow:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 56c74ee

Please sign in to comment.