Skip to content

Commit

Permalink
Update dotnet-core.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ercdndrs authored May 7, 2021
1 parent f8d278f commit 7f7702e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,15 @@ jobs:
with:
name: Auto Max Lair UI
path: AutoMaxLairUI - Code/bin/Release/netcoreapp3.1/win-x64/publish/AutoMaxLair.exe
- name: Zip UI
if: startsWith(github.ref, 'refs/tags/v')
run: |
compress-archive "bin/Release/netcoreapp3.1/win-x64/publish/AutoMaxLair.exe" AutoMaxLairUI.zip
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
if: startsWith(github.ref, 'refs/tags/v')
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: AutoMaxLairUI - Code/bin/Release/netcoreapp3.1/win-x64/publish/AutoMaxLair.exe
asset_name: Auto Max Lair UI
file: AutoMaxLairUI - Code/AutoMaxLairUI.zip
asset_name: AutoMaxLairUI.zip
tag: ${{ github.ref }}

0 comments on commit 7f7702e

Please sign in to comment.