File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,16 +43,15 @@ jobs:
4343 cargo login ${{ secrets.CRATES_IO_TOKEN }}
4444 sed 's/version = "0.0.0"/version = "'${{ needs.version.outputs.version }}'"/g' Cargo.toml > Cargo.toml.tmp
4545 mv Cargo.toml.tmp Cargo.toml
46- cargo build --target x86_64-unknown-linux-gnu --release
4746 cargo publish --target x86_64-unknown-linux-gnu --allow-dirty
4847 - name : package assets (manpages)
4948 run : |
50- cd ./target/assets/man
51- tar -czf ../../../manpages.tar.gz
49+ cd ./target/x86_64-unknown-linux-gnu/ assets/man
50+ tar -czf ../../../../ manpages.tar.gz
5251 - name : package assets (shell completion)
5352 run : |
54- cd ./target/assets/shell
55- tar -czf ../../../shell-completion.tar.gz
53+ cd ./target/x86_64-unknown-linux-gnu/ assets/shell
54+ tar -czf ../../../../ shell-completion.tar.gz
5655 - name : upload asset (manpages)
5756 uses : actions/upload-release-asset@v1
5857 env :
You can’t perform that action at this time.
0 commit comments