Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nickidw authored Jun 17, 2021
1 parent 7c711ac commit 65209fb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
- name: Build and Publish Web App
run: msbuild clicSANDMac.sln /p:Configuration=Debug

- name: Package the app
run: |
sh ./package
# - name: Zip the release
# run: 7z a clicSAND.zip bin\Release
# - name: Create Release
Expand Down Expand Up @@ -63,4 +67,4 @@ jobs:
with:
name: published_app
path: |
clicSANDMac/bin/Debug/net48
clicSANDMac.pkg

0 comments on commit 65209fb

Please sign in to comment.