mirror of
https://github.com/vale981/arb
synced 2025-03-04 17:01:40 -05:00
.github/workflows/ci-sage.yml: Actually handle REMOVE_PATCHES
This commit is contained in:
parent
e791f58927
commit
8c61cc56f4
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci-sage.yml
vendored
1
.github/workflows/ci-sage.yml
vendored
|
@ -80,6 +80,7 @@ jobs:
|
|||
(cd build/pkgs/${{ env.SPKG }}/src && (cd .. && tar czf - src) > arb-git.tar.gz) \
|
||||
&& mkdir -p upstream && cp build/pkgs/${{ env.SPKG }}/src/*.tar.gz upstream/${{ env.SPKG }}-git.tar.gz \
|
||||
&& echo "sage-package create ${{ env.SPKG }} --version git --tarball ${{ env.SPKG }}-git.tar.gz --type=optional" > upstream/update-pkgs.sh \
|
||||
&& if [ -n "${{ env.REMOVE_PATCHES }}" ]; then echo "(cd ../build/pkgs/${{ env.SPKG }}/patches && rm -f ${{ env.REMOVE_PATCHES }}; :)" >> upstream/update-pkgs.sh; fi \
|
||||
&& ls -l upstream/
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue