Skip to content

Commit 89ad57c

Browse files
committed
fix publish
1 parent 6fd8e58 commit 89ad57c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
runs-on: ${{ matrix.os }}
3131
needs: version
3232
strategy:
33+
fail-fast: true
3334
matrix:
3435
include:
3536
- target: x86_64-unknown-linux-gnu
@@ -62,6 +63,7 @@ jobs:
6263
- uses: actions-rs/toolchain@v1
6364
with:
6465
toolchain: stable
66+
target: ${{ matrix.target }}
6567
- shell: bash
6668
run: |
6769
echo "archive=flight-network-planner-${{ matrix.target }}-${{ needs.version.outputs.version }}.${{ matrix.archive_ext }}" >> $GITHUB_ENV
@@ -143,7 +145,7 @@ jobs:
143145

144146
crates-io:
145147
runs-on: ubuntu-latest
146-
needs: test
148+
needs: build
147149

148150
steps:
149151
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)