Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sunwu51 authored Oct 20, 2024
1 parent da9277e commit 5fe0ebd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:

- name: Archive Production Artifacts
run: |
cp target/release/jtxt jtxt-{matrix.os}
cp target/release/jtxt jtxt-{matrix.os}
test -e jtxt-ubuntu-20.04 && mv jtxt-ubuntu-20.04 jtxt && zip -r jtxt-linux-x64.zip jtxt
test -e jtxt-macos-13 && mv jtxt-macos-13 jtxt && zip -r jtxt-macos-x64.zip jtxt
test -e jtxt-macos-14 && mv jtxt-macos-14 jtxt && zip -r jtxt-macor-arm64.zip jtxt
shell: bash

- name: Upload Artifacts
Expand Down

0 comments on commit 5fe0ebd

Please sign in to comment.