WIP: feat(workflows): add new build workflows for Windows, Linux, and macOS, and remove obsolete build scripts #17

Draft
m wants to merge 141 commits from ozgur/build into main
Showing only changes of commit 64226b067c - Show all commits

View File

@ -198,7 +198,7 @@ jobs:
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
if: steps.sign-and-notarize.outputs.signed != 'none' if: steps.sign-and-notarize.outputs.signed != 'none'
with: with:
name: LuckyWorld-macOS-Signed name: ${{ steps.sign-and-notarize.outputs.notarized == 'true' && 'LuckyWorld-macOS-Signed-Notarized' || 'LuckyWorld-macOS-Signed' }}
path: ${{ steps.sign-and-notarize.outputs.package-path }} path: ${{ steps.sign-and-notarize.outputs.package-path }}
retention-days: 30 retention-days: 30