Skip to content

Commit

Permalink
Remove dependency between build and build-darwin workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
spachava753 committed Feb 20, 2021
1 parent 45c88c8 commit a1112a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ jobs:
path: kpkg_${{ matrix.platform.os }}_${{ matrix.platform.arch }}.zip

build-darwin:
needs: build
runs-on: macos-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -158,7 +157,7 @@ jobs:
env:
AC_USERNAME: ${{ secrets.AC_USERNAME }}
AC_PASSWORD: ${{ secrets.AC_PASSWORD }}
run: gon -log-level=debug -log-json ./gon.hcl
run: gon ./gon.hcl

- name: upload notorized artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit a1112a4

Please sign in to comment.