mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-08-28 22:19:55 -04:00
feat: update mac dist folder names when outputting universal builds
This commit is contained in:
parent
659334aff7
commit
f497bdb405
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci-cd.yml
vendored
8
.github/workflows/ci-cd.yml
vendored
|
@ -81,9 +81,9 @@ jobs:
|
|||
if: matrix.os == 'macos-latest' && env.SCRATCH_SHOULD_SIGN == 'true'
|
||||
run: |
|
||||
NPM_APP_VERSION="`node -pe "require('./package.json').version"`"
|
||||
cd dist/mas-dev
|
||||
cd dist/mas-dev-universal
|
||||
ditto -v -c -k --sequesterRsrc --keepParent --zlibCompressionLevel 9 \
|
||||
Scratch*.app ../mas-dev-${NPM_APP_VERSION}.zip
|
||||
Scratch*.app ../mas-dev-universal-${NPM_APP_VERSION}.zip
|
||||
- name: Upload macOS artifacts
|
||||
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
|
||||
if: matrix.os == 'macos-latest'
|
||||
|
@ -91,8 +91,8 @@ jobs:
|
|||
name: macOS
|
||||
path: |
|
||||
dist/Scratch*.dmg
|
||||
dist/mas/Scratch*.pkg
|
||||
dist/mas-dev-*.zip
|
||||
dist/mas-universal/Scratch*.pkg
|
||||
dist/mas-dev-universal-*.zip
|
||||
- name: Upload Windows artifacts
|
||||
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
|
||||
if: matrix.os == 'windows-latest'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue