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 3e75982 commit 2e9a538Copy full SHA for 2e9a538
2 files changed
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Clean up source files
26
run: |
27
- find . -mindepth 1 -maxdepth 1 ! -name 'GraphScript.zip' ! -name '.git' -exec rm -rf {} +
+ find . -mindepth 1 -maxdepth 1 ! -name 'GSInstallerMac.zip' ! -name '.git' -exec rm -rf {} +
28
29
- name: Version File
30
build
@@ -56,5 +56,5 @@ python3 "\$DIR/../src/main.py" > "\$DIR/../src/log.txt" 2>&1
56
EOF
57
58
mv dist GSInstaller.app
59
-zip -r GSInstaller.zip GSInstaller.app
+zip -r GSInstallerMac.zip GSInstaller.app
60
0 commit comments