Browse Source

Update release.yml

Create a build artifact on release
pull/295/head
Hunter Thornsberry 2 years ago
committed by GitHub
parent
commit
51081d3052
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      .github/workflows/release.yml

6
.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

Loading…
Cancel
Save