Skip to content

Commit

Permalink
Update .github/workflows/ci-sage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Mar 11, 2024
1 parent d56fc74 commit 7142190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-sage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
&& echo "sage-package create ${{ env.SPKG }} --pypi --source normal --type standard; sage-package create ${{ env.SPKG }} --version git --tarball ${{ env.SPKG }}-git.tar.gz --type=standard" > 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@v4
- uses: actions/upload-artifact@v3
with:
path: upstream
name: upstream
Expand Down

0 comments on commit 7142190

Please sign in to comment.