Skip to content

Commit

Permalink
try searching for a 0.27 commit SHA
Browse files Browse the repository at this point in the history
Signed-off-by: Jiaxiao Zhou <[email protected]>
  • Loading branch information
Mossaka committed Feb 7, 2023
1 parent 30150e5 commit 476d26e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,33 +60,30 @@ jobs:
with:
github_token: ${{secrets.GITHUB_TOKEN}}
workflow: linux.yml
branch: release
commit: 9027c50405b13ca48859bc82c660840140621ed5
name: linux-amd64-double-zipped
path: ./linux-amd64-double-zipped
repo: https:/tinygo-org/tinygo
search_artifacts: TRUE
if: matrix.os == 'ubuntu-latest'
- name: Download Dev TinyGo
uses: dawidd6/action-download-artifact@v2
with:
github_token: ${{secrets.GITHUB_TOKEN}}
workflow: build-macos.yml
branch: release
commit: 9027c50405b13ca48859bc82c660840140621ed5
name: release-double-zipped
path: ./release-double-zipped
repo: https:/tinygo-org/tinygo
search_artifacts: TRUE
if: matrix.os == 'macos-latest'
- name: Download Dev TinyGo
uses: dawidd6/action-download-artifact@v2
with:
github_token: ${{secrets.GITHUB_TOKEN}}
workflow: windows.yml
branch: release
commit: 9027c50405b13ca48859bc82c660840140621ed5
name: release-double-zipped
path: ./release-double-zipped
repo: https:/tinygo-org/tinygo
search_artifacts: TRUE
if: matrix.os == 'windows-latest'
- name: Install TinyGo
run: unzip ./release-double-zipped && tar -xzf tinygo.linux-amd64.tar.gz && echo "TINYGOROOT=`pwd`/tinygo" >> $GITHUB_ENV
Expand Down

0 comments on commit 476d26e

Please sign in to comment.