Skip to content

Commit 4e159f7

Browse files
committed
Fix release upload
1 parent 6c2e1bf commit 4e159f7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@ jobs:
6868
- uses: actions/upload-artifact@v3
6969
with:
7070
name: artifacts
71-
path: |
72-
signing-pubkey.asc
73-
runtime-*
71+
path: out/*
7472

7573
build-in-chroot:
7674
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)