Skip to content

Commit

Permalink
Rename artifacts from target/ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-harding committed Mar 22, 2024
1 parent 9d482ea commit 0cded93
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 @@ -46,7 +46,7 @@ jobs:
run: cargo build --profile ci

- name: Rename artifact
run: mv target/release/neophyte neophyte-linux
run: mv target/ci/neophyte neophyte-linux

- name: Upload to release
env:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
run: cargo build --profile ci

- name: Rename artifact
run: mv target/release/neophyte neophyte-macos
run: mv target/ci/neophyte neophyte-macos

- name: Upload to release
env:
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
run: cargo build --profile ci

- name: Rename artifact
run: mv target/release/neophyte.exe neophyte-windows.exe
run: mv target/ci/neophyte.exe neophyte-windows.exe

- name: Upload to release
env:
Expand Down

0 comments on commit 0cded93

Please sign in to comment.