Skip to content

Commit

Permalink
♻️ Add additional files to artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
lmtani committed Dec 18, 2023
1 parent 87d155f commit e7b0ca6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,14 @@ jobs:
echo "safe_artifact_name=$safe_artifact_name" >> $GITHUB_ENV
- uses: actions/upload-artifact@v4
if: always()
with:
name: ${{ env.safe_artifact_name }}-command
path: /tmp/ci/**/command
path: |
/tmp/ci/**/command
/tmp/ci/**/*.err
/tmp/ci/**/*.out
release:
needs: [test]
Expand Down

0 comments on commit e7b0ca6

Please sign in to comment.