Skip to content

Commit

Permalink
Remove all download artifacts that contain a '?'
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji committed Apr 11, 2022
1 parent 92aee3f commit 9ffdfb5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/create-spack-mirror.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@ jobs:
spack add clingo
spack concretize
spack mirror create -a
# upload-artifact does not allow filenames that begin with '?'
rm -f cache/source_cache/autoconf/\?id=05972f49ee632cd98057a3caf82ebfb9574846da-eaa3f69
rm -f cache/source_cache/boost/attachment.cgi?id=356970-b6f6ce6
rm -f cache/source_cache/py-scipy/extern_decls.patch?id=711fe05025795e44b84233e065d240859ccae5bd-5433f60
# upload-artifact does not allow filenames that contain '?'
rm -vf `find cache/source_cache -name '*\?*'`
- name: upload-mirror
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 9ffdfb5

Please sign in to comment.