Skip to content

Commit 10759b3

Browse files
Add unsafe artifacts for pull request actions check
1 parent c36bbab commit 10759b3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build-artifacts.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,10 @@ jobs:
7878
name: TuneLab-${{ matrix.runtime }}-${{ steps.short-sha.outputs.sha }}
7979
path: workspace
8080

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

0 commit comments

Comments
 (0)