Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nhawdge authored Nov 17, 2023
1 parent bdb7d0b commit 1e0fd71
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ on:
push:
tags:
- "v*.*.*"

env:
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }}
CHANNEL: windows
ITCH_GAME: november-pirates
ITCH_USER: nhawdge
PACKAGE: 'November-Pirates-win-${{ github.ref_name }}*'

jobs:
build:
Expand All @@ -25,8 +32,11 @@ jobs:
with:
files: bin/Release/net7.0/win-x64/publish/
dest: 'November-Pirates-win-${{ github.ref_name }}.zip'

- name: GH Release
uses: softprops/[email protected]
with:
files: 'November-Pirates-win-${{ github.ref_name }}*'

- uses: manleydev/butler-publish-itchio-action@master


0 comments on commit 1e0fd71

Please sign in to comment.