Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
codervijo committed Jan 30, 2025
1 parent 6a74046 commit 6b739ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
for arch in "${architectures[@]}"; do
cross build --target x86_64-unknown-linux-musl
mv target/x86_64-unknown-linux-gnu/debug/journalview bin/journalview-$version-linux-$arch
mv target/x86_64-unknown-linux-musl/debug/journalview bin/journalview-$version-linux-$arch
done
echo "ARTIFACT_NAME=journalview-$(date +'%d.%m.%Y')" >> $GITHUB_ENV
Expand Down

0 comments on commit 6b739ad

Please sign in to comment.