Skip to content

Commit

Permalink
πŸ’š Fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiBardon committed Oct 27, 2024
1 parent 2aa4449 commit bbc6e2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- "v*.*.*"

env:
CARGO_ROOT: src
SRC: src/orangutan-server
BIN: orangutan-server

Expand Down Expand Up @@ -70,7 +71,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ env.BIN }}-${{ env.tag }}-${{ matrix.target }}
path: ${{ env.SRC }}/target/${{ matrix.target }}/release/${{ env.BIN }}
path: ${{ env.CARGO_ROOT }}/target/${{ matrix.target }}/release/${{ env.BIN }}
if-no-files-found: error

release:
Expand Down

0 comments on commit bbc6e2f

Please sign in to comment.