We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e91fac commit bd28696Copy full SHA for bd28696
.github/workflows/build-and-release.yml
@@ -89,7 +89,7 @@ jobs:
89
path: target/release/siera.exe
90
release:
91
runs-on: ubuntu-latest
92
- needs: [build-macos, build-linux, build-debian, build-windows]
+ needs: [build-macos, build-linux, build-windows]
93
steps:
94
- name: Download built binaries
95
uses: actions/download-artifact@v3
0 commit comments