Skip to content

Commit 2e9a538

Browse files
committed
Build Zip Name Change
1 parent 3e75982 commit 2e9a538

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Clean up source files
2626
run: |
27-
find . -mindepth 1 -maxdepth 1 ! -name 'GraphScript.zip' ! -name '.git' -exec rm -rf {} +
27+
find . -mindepth 1 -maxdepth 1 ! -name 'GSInstallerMac.zip' ! -name '.git' -exec rm -rf {} +
2828
2929
- name: Version File
3030
run: |

build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ python3 "\$DIR/../src/main.py" > "\$DIR/../src/log.txt" 2>&1
5656
EOF
5757

5858
mv dist GSInstaller.app
59-
zip -r GSInstaller.zip GSInstaller.app
59+
zip -r GSInstallerMac.zip GSInstaller.app
6060

0 commit comments

Comments
 (0)