Skip to content

Commit

Permalink
Corrected wrong rm-command
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-fritz committed Sep 6, 2024
1 parent 823ba51 commit fd41aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gitlab_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ jobs:
ls -lah
cd ./artifacts
unzip -f '*.zip'
rm '*.zip'
ls -lah
rm *.zip
cd ..
get_artifacts_from_other_workflow:
Expand Down

0 comments on commit fd41aa4

Please sign in to comment.