We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab89df commit 7010220Copy full SHA for 7010220
.github/workflows/ci.yaml
@@ -61,14 +61,14 @@ jobs:
61
runs-on: ubuntu-latest
62
steps:
63
- uses: actions/checkout@v4
64
- - uses: actions/download-artifact@v4
65
- with: { name: bin-linux-x86_64, path: dist/ }
66
67
- with: { name: bin-macos-arm64, path: dist/ }
68
- name: Publish crate
69
run: cargo publish --locked
70
env:
71
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
+ - uses: actions/download-artifact@v4
+ with: { name: bin-linux-x86_64, path: dist/ }
+ with: { name: bin-macos-arm64, path: dist/ }
72
- name: Create GitHub Release with all binaries
73
run: |
74
VERSION=${GITHUB_REF##*/}
0 commit comments