We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c36bbab commit 10759b3Copy full SHA for 10759b3
.github/workflows/build-artifacts.yml
@@ -78,3 +78,10 @@ jobs:
78
name: TuneLab-${{ matrix.runtime }}-${{ steps.short-sha.outputs.sha }}
79
path: workspace
80
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