Skip to content

Version 0.1.2 - Base Testnet Not Audited #3

Version 0.1.2 - Base Testnet Not Audited

Version 0.1.2 - Base Testnet Not Audited #3

Workflow file for this run

on:
release:
types: [created]
name: Handle Release
jobs:
generate:
name: Create release-artifacts
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@master
- name: Generate the artifacts
uses: skx/github-action-build@master
- name: Upload the artifacts
uses: skx/github-action-publish-binaries@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: 'example-*'
upload_artifacts:
name: Upload Artifacts
needs: [create_release]

Check failure on line 23 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Handle Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 23, Col: 13): Job 'upload_artifacts' depends on unknown job 'create_release'.
runs-on: ubuntu-latest
steps:
- name: Upload the artifacts
uses: skx/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
releaseId: ${{ needs.create_release.outputs.id }}
args: '*.bin'