Skip to content

Commit

Permalink
added correct tag
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed May 23, 2024
1 parent 697441a commit 98773af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/holochain-binaries-manually.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
HOLOCHAIN_PATH=$(which holochain)
cp $HOLOCHAIN_PATH holochain-v$HOLOCHAIN_VERSION-aarch64-apple-darwin
gh release upload "${GITHUB_REF#refs/tags/}" "holochain-v$HOLOCHAIN_VERSION-aarch64-apple-darwin"
gh release upload "holochain-binaries-0.3.0-beta-dev.42-1ddfd2d" "holochain-v$HOLOCHAIN_VERSION-aarch64-apple-darwin"
- name: setup binaries (ubuntu only)
if: matrix.platform == 'ubuntu-22.04'
Expand All @@ -90,4 +90,4 @@ jobs:
HOLOCHAIN_PATH=$(which holochain)
cp $HOLOCHAIN_PATH holochain-v$HOLOCHAIN_VERSION-x86_64-unknown-linux-gnu
gh release upload "${GITHUB_REF#refs/tags/}" "holochain-v$HOLOCHAIN_VERSION-x86_64-unknown-linux-gnu"
gh release upload "holochain-binaries-0.3.0-beta-dev.42-1ddfd2d" "holochain-v$HOLOCHAIN_VERSION-x86_64-unknown-linux-gnu"

0 comments on commit 98773af

Please sign in to comment.