Skip to content

Commit e1fcfd5

Browse files
committed
feat: update macos application name after CI
1 parent cb1b21d commit e1fcfd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create_build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
- name: Package macOS app as a zip
3030
run: |
3131
cd build/macos/Build/Products/Release
32-
zip -r "Socket_Probe.zip" "Socket Probe.app"
32+
zip -r "Socket_Probe_Macos.zip" "Socket Probe.app"
3333
3434
- name: Upload macOS build to GitHub Releases
3535
uses: softprops/action-gh-release@v1
3636
with:
3737
tag_name: latest
38-
files: build/macos/Build/Products/Release/Socket_Probe.zip
38+
files: build/macos/Build/Products/Release/Socket_Probe_Macos.zip
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141

0 commit comments

Comments
 (0)