Skip to content

refactor(github): reorder action position #10

refactor(github): reorder action position

refactor(github): reorder action position #10

name: Upload file to S3
on:
push:
branches:
- master
- development
jobs:
client:
uses: ./.github/workflows/reusable-build-golang-alpine.yml
with:
make_command: build-client
use_artifacts: true
binary_name: mdrop
secrets: inherit
client-upload:
needs: client
uses: ./.github/workflows/reusable-upload-s3.yml

Check failure on line 20 in .github/workflows/build-upload-binary.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-upload-binary.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build-upload-binary.yml" -> "./.github/workflows/reusable-upload-s3.yml" (source branch with sha:8f7f2a6dbe05cb50b41c53009b740ec0259b823a) : the `uses' attribute must be a path, a Docker image, or owner/repo@ref
with:
binary_name: mdrop
secrets: inherit
tunnel:
uses: ./.github/workflows/reusable-build-golang-alpine.yml
with:
make_command: build-tunnel
use_artifacts: true
binary_name: mdrop-tunnel
secrets: inherit
tunnel-upload:
needs: tunnel
uses: ./.github/workflows/reusable-upload-s3.yml
with:
binary_name: mdrop-tunnel
secrets: inherit