Skip to content

Commit

Permalink
Merge pull request #295 from meshtastic/master
Browse files Browse the repository at this point in the history
Update release.yml
  • Loading branch information
Hunter275 committed Sep 11, 2024
2 parents c08f6d1 + 51081d3 commit 3fe38eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3fe38eb

Please sign in to comment.