We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42ebb5e commit 7b6d306Copy full SHA for 7b6d306
.github/workflows/ci-cd.yml
@@ -81,7 +81,7 @@ jobs:
81
ditto -v -c -k --sequesterRsrc --keepParent --zlibCompressionLevel 9 \
82
Scratch*.app ../mas-dev-${NPM_APP_VERSION}.zip
83
- name: Upload macOS artifacts
84
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
+ uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
85
if: matrix.os == 'macos-latest'
86
with:
87
name: macOS
@@ -90,7 +90,7 @@ jobs:
90
dist/mas/Scratch*.pkg
91
dist/mas-dev-*.zip
92
- name: Upload Windows artifacts
93
94
if: matrix.os == 'windows-latest'
95
96
name: Windows
0 commit comments