Skip to content

Commit

Permalink
Merge pull request sagemath#116 from passagemath/upload-artifact-v4-fix
Browse files Browse the repository at this point in the history
docker.yml: Disambiguate log artifact names
  • Loading branch information
mkoeppe authored Oct 21, 2024
2 parents ffc106b + 192dbd7 commit fae6bfd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,10 +260,11 @@ jobs:
cp -r .tox/$TOX_ENV/* "artifacts/$LOGS_ARTIFACT_NAME"
rm -rf "artifacts/$LOGS_ARTIFACT_NAME"/{bin,lib,pyvenv.cfg}
if: always()
- uses: actions/upload-artifact@v4
- name: Upload log artifact
uses: actions/upload-artifact@v4
with:
path: artifacts
name: ${{ env.LOGS_ARTIFACT_NAME }}
name: ${{ env.LOGS_ARTIFACT_NAME }}-${{ job.container.id }}
if: always()
- name: Print out logs for immediate inspection
# and markup the output with GitHub Actions logging commands
Expand Down

0 comments on commit fae6bfd

Please sign in to comment.