Browse Source

Fix upload build.tar

pull/591/head
vidplace7 1 year ago
parent
commit
96f475e80b
  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