Skip to content

Commit

Permalink
ci: change the unpack statement in download artifact step of upload G…
Browse files Browse the repository at this point in the history
…H action
  • Loading branch information
florianzwagemaker committed May 6, 2024
1 parent 7679e8e commit cd2189b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
workflow: build_and_test.yml
name: built_containers
skip_unpack: true
skip_unpack: false

- name: move artifact
run: |
Expand Down

0 comments on commit cd2189b

Please sign in to comment.