Skip to content

Workflow file for this run

---
name: TinyGo-Dev
on:
push:
branches: [main, tinygo-dev-ci]
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
# - uses: actions/checkout@v4
# - uses: actions/setup-go@v4
# with:
# go-version: '1.23.x'
- 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
path: /tmp/foo
github-token: ${{ secrets.TINYGO_TOKEN }}
run-id: 10920552472
- name: ls
run: |
ls /tmp/foo