Skip to content

Commit bd28696

Browse files
authored
chore: fix release pipeline (#231)
Signed-off-by: Moriarty <moritz@animo.id>
1 parent 4e91fac commit bd28696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
path: target/release/siera.exe
9090
release:
9191
runs-on: ubuntu-latest
92-
needs: [build-macos, build-linux, build-debian, build-windows]
92+
needs: [build-macos, build-linux, build-windows]
9393
steps:
9494
- name: Download built binaries
9595
uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)