Skip to content

Commit

Permalink
Merge pull request #24 from Do-sth-sharp/master
Browse files Browse the repository at this point in the history
[CI]Add unsafe artifacts for pull request actions check
  • Loading branch information
LiuYunPlayer authored Jun 3, 2024
2 parents 03b20e7 + 10759b3 commit 462ce8f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,16 @@ jobs:
length: 7

- name: Upload artifacts
if: github.event_name != 'pull_request'
uses: actions/upload-artifact@v4
with:
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 462ce8f

Please sign in to comment.