From 0cded93b026fb6b5838d6d5536b394436e7aed7e Mon Sep 17 00:00:00 2001 From: Tim Harding Date: Thu, 21 Mar 2024 22:21:15 -0700 Subject: [PATCH] Rename artifacts from target/ci --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fbed463..3bb6fe3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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: @@ -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: