Skip to content

Commit

Permalink
Add unsafe artifacts for pull request actions check
Browse files Browse the repository at this point in the history
  • Loading branch information
FangCunWuChang authored Jun 3, 2024
1 parent c36bbab commit 10759b3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,10 @@ jobs:
name: TuneLab-${{ matrix.runtime }}-${{ steps.short-sha.outputs.sha }}
path: workspace

- name: Upload artifacts (Not signed)
if: github.event_name == 'pull_request'
uses: actions/upload-artifact@v4
with:
name: TuneLab-${{ matrix.runtime }}-${{ steps.short-sha.outputs.sha }}-Unsafe
path: workspace

0 comments on commit 10759b3

Please sign in to comment.