Skip to content

Commit

Permalink
Fix tar archive path
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuuuube committed Mar 21, 2024
1 parent 0361d76 commit b4f2709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: rustup update stable && rustup default stable

- name: Build
run: cargo build --all --release && strip target/release/kuuubedit && tar -czvf kuuubedit_${{ github.ref_name }}_linux_x64.tar.gz -C target/release/ kuuubedit
run: cargo build --all --release && strip target/release/kuuubedit && tar -czvf target/release/kuuubedit_${{ github.ref_name }}_linux_x64.tar.gz -C target/release/ kuuubedit

- name: Release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit b4f2709

Please sign in to comment.