Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
boomzero authored Dec 23, 2023
1 parent 7f2d77a commit 823062c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- name: Build
run: |
curl -fsSL https://bun.sh/install | bash
source /home/runner/.bashrc
bun build index.ts --compile --outfile=quicksubmit
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
Expand All @@ -31,6 +32,7 @@ jobs:
- name: Build
run: |
curl -fsSL https://bun.sh/install | bash
source /home/runner/.bashrc
bun build index.ts --compile --outfile=quicksubmit
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 823062c

Please sign in to comment.