Skip to content

Commit

Permalink
fix(release): use target/release dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed May 1, 2024
1 parent 93d4d29 commit e6448b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
- run: scripts/setup-zipsign.sh
env:
ZIPSIGN: ${{ secrets.ZIPSIGN }}
- run: ln -sv ./serious target/release
- run: scripts/build-tarball.sh mise --profile=serious --features openssl/vendored,git2 --target ${{matrix.target}}
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit e6448b3

Please sign in to comment.