Skip to content

Commit

Permalink
chore: fix release pipeline (#231)
Browse files Browse the repository at this point in the history
Signed-off-by: Moriarty <[email protected]>
  • Loading branch information
morrieinmaas authored Oct 6, 2022
1 parent 4e91fac commit bd28696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
path: target/release/siera.exe
release:
runs-on: ubuntu-latest
needs: [build-macos, build-linux, build-debian, build-windows]
needs: [build-macos, build-linux, build-windows]
steps:
- name: Download built binaries
uses: actions/download-artifact@v3
Expand Down

0 comments on commit bd28696

Please sign in to comment.