Browse Source

Fix upload build.tar (#591)

pull/594/head
Austin 1 year ago
committed by GitHub
parent
commit
b40540b118
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/release.yml

2
.github/workflows/release.yml

@ -41,6 +41,8 @@ jobs:
- name: Attach build.tar to release
run: |
gh release upload ${{ github.event.release.tag_name }} dist/build.tar
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

Loading…
Cancel
Save