mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
feat(ci): upload test artifacts for nightly build
This commit is contained in:
parent
5d2ea4337c
commit
dd26762b1f
7
.github/workflows/nightly.yml
vendored
7
.github/workflows/nightly.yml
vendored
@ -63,3 +63,10 @@ jobs:
|
||||
files: upload/*.*
|
||||
tag_name: nightly
|
||||
name: Nightly Build
|
||||
|
||||
- name: Publish artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
if: ${{ github.event_name == 'pull_request' }}
|
||||
with:
|
||||
name: TriliumNextNotes ${{ matrix.os.name }} ${{ matrix.arch }}.zip
|
||||
path: upload
|
||||
|
Loading…
x
Reference in New Issue
Block a user