Skip to content

Commit

Permalink
add self hosted arm64 mac
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoireHENRY committed Dec 14, 2023
1 parent 9b8c0d9 commit fcb26b3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,8 @@ jobs:
cd ..
mv bundle $BUNDLE_NAME
echo "$RELEASE_FILE"
echo "${{ env.RELEASE_FILE }}"
if [ "${{ matrix.os }}" == "windows-latest" ]; then
iscc compile/installer.iss /DVERSION=${{ github.ref_name }} /DSETUP_NAME="$RELEASE_FILE" /DBUNDLE_PATH=.\bundle /DASSETS_PATH=.\assets
iscc compile/installer.iss /DVERSION=${{ github.ref_name }} /DSETUP_NAME=${{ env.RELEASE_FILE }} /DBUNDLE_PATH=bundle /DASSETS_PATH=assets
else
tar cvzf $RELEASE_FILE $BUNDLE_NAME
fi
Expand Down

0 comments on commit fcb26b3

Please sign in to comment.