We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d7c470 commit d854f0fCopy full SHA for d854f0f
1 file changed
.github/workflows/publish.yml
@@ -58,7 +58,7 @@ jobs:
58
submodules: true
59
60
- name: "Set up Rust"
61
- uses: dtolnay/rust-toolchain@nightly
+ uses: dtolnay/rust-toolchain@0c3131df9e5407c0c36352032d04af846dbe0fb7 # nightly
62
if: ${{ matrix.os != 'windows-latest' }}
63
64
- name: "Build Extractor"
@@ -85,7 +85,7 @@ jobs:
85
with:
86
87
88
- - name: "Downloadd all artifacts"
+ - name: "Download all artifacts"
89
uses: actions/download-artifact@v6
90
91
path: "./extractor-pack"
0 commit comments