Skip to content

Remove async-std and futures #13

Remove async-std and futures

Remove async-std and futures #13

Workflow file for this run

---
name: "Upload all artifacts"
on:
push:
paths:
- .github/workflows/release.yaml
- .github/workflows/rcc.yaml
- .github/workflows/robotmk.yaml
pull_request:
paths:
- .github/workflows/release.yaml
- .github/workflows/rcc.yaml
- .github/workflows/robotmk.yaml
jobs:
build_rcc:
uses: ./.github/workflows/rcc.yaml
build_robotmk:
uses: ./.github/workflows/robotmk.yaml
release:
runs-on: ubuntu-latest
needs: [build_rcc, build_robotmk]
steps:
- uses: actions/download-artifact@v3
- run: zip -r executables.zip artifact