Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
Signed-off-by: Chmouel Boudjnah <[email protected]>
  • Loading branch information
chmouel committed Jan 24, 2024
1 parent e12bd68 commit 0ed8a16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ jobs:
# base compressed package
pushd "${ARCHIVE_DIR}" >/dev/null
case "${{ matrix.job.target }}" in
*-pc-windows-*) 7z -y a "${PKG_NAME}" * | tail -2 ;;
*) tar czf "${PKG_NAME}" * ;;
*-pc-windows-*) 7z -y a "../${PKG_NAME}" * | tail -2 ;;
*) tar czf "../${PKG_NAME}" * ;;
esac;
popd >/dev/null
Expand Down

0 comments on commit 0ed8a16

Please sign in to comment.