mirror of
https://github.com/meshtastic/web.git
synced 2025-12-24 00:00:01 -05:00
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user