Skip to content

Commit

Permalink
fix artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyrix126 committed May 30, 2024
1 parent 9698ff2 commit 5184682
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ jobs:
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
cargo build --release --target x86_64-unknown-linux-gnu
mv target/x86_64-unknown-linux-gnu/release/api-formatter .
mv target/x86_64-unknown-linux-gnu/release/api-formatter api-formatter-linux-amd64
fi
shell: bash

- name: Archive (Linux)
if: ${{ runner.os == 'Linux' }}
uses: actions/upload-artifact@v4
with:
name: linux
path: linux.tar
name: api-formatter-linux-amd64
path: api-formatter-linux-amd64

0 comments on commit 5184682

Please sign in to comment.