Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Create a build artifact on release
  • Loading branch information
Hunter275 committed Sep 11, 2024
1 parent bf425a8 commit 51081d3
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 51081d3

Please sign in to comment.