Browse Source
Merge pull request #295 from meshtastic/master
Update release.yml
pull/294/head
v2.5.1
Hunter Thornsberry
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
6 additions and
0 deletions
-
.github/workflows/release.yml
|
|
|
@ -27,6 +27,12 @@ jobs: |
|
|
|
- name: Package Output |
|
|
|
run: pnpm package |
|
|
|
|
|
|
|
- name: Archive compressed build |
|
|
|
uses: actions/upload-artifact@v4 |
|
|
|
with: |
|
|
|
name: build |
|
|
|
path: dist/build.tar |
|
|
|
|
|
|
|
- name: Set up QEMU |
|
|
|
uses: docker/setup-qemu-action@v3 |
|
|
|
|
|
|
|
|