Skip to content

Commit

Permalink
Merge pull request #10 from Chia-Network/arm-win-release
Browse files Browse the repository at this point in the history
Arm win release
  • Loading branch information
cmmarslender authored Oct 12, 2021
2 parents 271dcdf + 2995bca commit 84452d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
id: release-id
run: |
sudo apt-get update
sudo apt-get install -y jq
echo ::set-output name=RELEASE_ID::$(curl -s -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/${{ github.repository }}/releases/tags/${{ steps.tag-name.outputs.TAG_NAME }} | jq '.id')
- name: Upload to Release
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ jobs:
run: |
echo ::set-output name=RELEASE_ID::$(curl -s -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/${{ github.repository }}/releases/tags/${{ steps.tag-name.outputs.TAG_NAME }} | jq '.id')
- name: Debug
run: |
ls -lah ${{github.workspace}}/build/
- name: Upload to Release
if: startsWith(github.ref, 'refs/tags/')
run: |
Expand Down

0 comments on commit 84452d7

Please sign in to comment.