Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias authored Jul 10, 2024
1 parent 8074803 commit 91b14b4
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 @@ -28,7 +28,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: syncoxiders
path: ./target/release/syncoxiders
path: target/release/syncoxiders

- name: build x86_64-unknown-linux-gnu
run: cargo build --all --release --target x86_64-unknown-linux-gnu
Expand All @@ -37,4 +37,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: syncoxiders_x86_64-unknown-linux-gnu
path: ./target/x86_64-unknown-linux-gnu/syncoxiders
path: target/x86_64-unknown-linux-gnu/release/syncoxiders

0 comments on commit 91b14b4

Please sign in to comment.