Skip to content

Commit

Permalink
CD: needs create-release for getting upload URL
Browse files Browse the repository at this point in the history
  • Loading branch information
hayzamjs committed Jun 24, 2021
1 parent 53a8aef commit 2feaab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
run: echo "::set-output name=upload_url::${{ steps.create_release.outputs.upload_url }}"

build-publish-all:
needs: create-release
runs-on: ubuntu-latest
steps:
- name: Install Go
Expand All @@ -40,7 +41,6 @@ jobs:
run: sudo apt update && sudo apt install -y build-essential
- name: Make
run: make

- name: Release for macOS
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit 2feaab2

Please sign in to comment.