Skip to content

Commit

Permalink
Push binaries to the Holochain release
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Jun 26, 2024
1 parent e85ff2a commit 30e7e3d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.HRA_GITHUB_TOKEN }}
run: |
gh release upload ${{ github.event.inputs.upload-to-tag }} deploy/* --clobber
gh release upload ${{ github.event.inputs.upload-to-tag }} deploy/* --clobber --repo holochain/holochain
build-from-apple:
runs-on: macos-latest
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.HRA_GITHUB_TOKEN }}
run: |
gh release upload ${{ github.event.inputs.upload-to-tag }} deploy/* --clobber
gh release upload ${{ github.event.inputs.upload-to-tag }} deploy/* --clobber --repo holochain/holochain
build-from-legacy-apple:
runs-on: macos-13
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.HRA_GITHUB_TOKEN }}
run: |
gh release upload ${{ github.event.inputs.upload-to-tag }} deploy/* --clobber
gh release upload ${{ github.event.inputs.upload-to-tag }} deploy/* --clobber --repo holochain/holochain
bundle-x86-64-linux:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -256,4 +256,4 @@ jobs:
env:
GH_TOKEN: ${{ secrets.HRA_GITHUB_TOKEN }}
run: |
gh release upload ${{ github.event.inputs.upload-to-tag }} deploy/* --clobber
gh release upload ${{ github.event.inputs.upload-to-tag }} deploy/* --clobber --repo holochain/holochain

0 comments on commit 30e7e3d

Please sign in to comment.