Skip to content

Commit 65209fb

Browse files
authored
Update main.yml
1 parent 7c711ac commit 65209fb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
- name: Build and Publish Web App
3131
run: msbuild clicSANDMac.sln /p:Configuration=Debug
3232

33+
- name: Package the app
34+
run: |
35+
sh ./package
36+
3337
# - name: Zip the release
3438
# run: 7z a clicSAND.zip bin\Release
3539
# - name: Create Release
@@ -63,4 +67,4 @@ jobs:
6367
with:
6468
name: published_app
6569
path: |
66-
clicSANDMac/bin/Debug/net48
70+
clicSANDMac.pkg

0 commit comments

Comments
 (0)