There was an error while loading. Please reload this page.
1 parent 1f57ff6 commit 48e5247Copy full SHA for 48e5247
1 file changed
.github/workflows/macos-release.yml
@@ -51,7 +51,7 @@ jobs:
51
ls dist/
52
arch=`uname -m`
53
macos_version=`sw_vers -productVersion`
54
- cd dist/ && zip FeelUOwnX-macOS${macos_version}-${arch}.zip -r FeelUOwnX.app/
+ cd dist/ && zip FeelUOwnX-macOS${macos_version}-${arch}.zip -yr FeelUOwnX.app/
55
- name: Upload artifact
56
uses: actions/upload-artifact@v4
57
with:
0 commit comments