Skip to content

Commit

Permalink
Pattern of artifact upload didn't match
Browse files Browse the repository at this point in the history
Now download into new dir and upload all from that dir
  • Loading branch information
jakob-fritz committed Jul 25, 2024
1 parent fe7b4ac commit fc0c7ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gitlab_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,10 @@ jobs:
merge-multiple: true
run-id: ${{ steps.get_id.outputs.result }}
github-token: ${{ secrets.ACTION_READ_TOKEN }}
path: ./github_ci_artifacts
- name: Uploading artifacts
uses: actions/upload-artifact@v4
with:
name: Github_CI_artifacts
path: |
data_3.10
coverage_*_3.10.dat
./github_ci_artifacts/*

0 comments on commit fc0c7ba

Please sign in to comment.