Skip to content

Commit 89dfdc0

Browse files
author
replicadse
committed
build fix
1 parent a996a17 commit 89dfdc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ 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 publish --allow-dirty
46+
cargo publish --target x86_64-unknown-linux-gnu --allow-dirty
4747
- name: package assets (manpages)
4848
run: |
4949
cd ./target/assets/man

0 commit comments

Comments
 (0)