Skip to content

Commit

Permalink
Fixed artifact path for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-harding committed Mar 22, 2024
1 parent 7de87e1 commit 24a07c0
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 @@ -29,7 +29,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: neophyte-linux
path: target/release/neophyte
path: target/ci/neophyte
retention-days: 1

build-macos:
Expand All @@ -52,7 +52,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: neophyte-macos
path: target/release/neophyte
path: target/ci/neophyte
retention-days: 1

build-windows:
Expand All @@ -75,7 +75,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: neophyte-windows.exe
path: target/release/neophyte.exe
path: target/ci/neophyte.exe
retention-days: 1

create-release:
Expand Down

0 comments on commit 24a07c0

Please sign in to comment.