Skip to content

Commit

Permalink
b
Browse files Browse the repository at this point in the history
  • Loading branch information
archie2x committed Sep 20, 2024
1 parent a3c44ca commit b59582e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tinygo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:

- uses: actions/download-artifact@v4
with:
# ['name', 'path', 'pattern', 'merge-multiple', 'github-token', 'repository', 'run-id']
# workflow: linux
# name: linux-amd64-double-zipped
repository: tinygo-org/tinygo
name: linux-amd64-double-zipped
path: /tmp/foo
# pattern:
# merge-multiple:
github-token: ${{ secrets.TINYGO_TOKEN }}
repository: tinygo-org/tinygo
run-id: 10920552472

- name: ls
run: |
ls /tmp/foo
ls -alh /tmp/foo

0 comments on commit b59582e

Please sign in to comment.