Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackhr-arch committed Jun 29, 2024
1 parent 49768ea commit 673c1f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ jobs:
- name: Pre Upload
run: |
mkdir artifacts
mv ./clashtui/aarch64-unknown-linux-gnu/target/release/clashtui ./artifacts/clashtui.arm64.release
mv ./clashtui/aarch64-unknown-linux-gnu/target/debug/clashtui ./artifacts/clashtui.arm64.debug
mv ./clashtui/target/aarch64-unknown-linux-gnu/release/clashtui ./artifacts/clashtui.arm64.release
mv ./clashtui/target/aarch64-unknown-linux-gnu/debug/clashtui ./artifacts/clashtui.arm64.debug
- name: upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 673c1f6

Please sign in to comment.