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 18, 2023
1 parent d40f5f6 commit 7f10ebc
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,14 @@ jobs:
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
path: '*'
name: 'November-Pirates-win-${{ github.ref_name }}.zip'
path: 'November-Pirates-win-${{ github.ref_name }}.zip'
retention-days: 1





itch:
runs-on: ubuntu-latest
environment: itch
Expand All @@ -44,8 +50,8 @@ jobs:
uses: actions/[email protected]
with:
# Artifact name
name: '*'
path: ''
name: 'November-Pirates-win-${{ github.ref_name }}.zip'
path: 'November-Pirates-win-${{ github.ref_name }}.zip'
- name: Itch.io - Publish
uses: KikimoraGames/[email protected]
with:
Expand Down

0 comments on commit 7f10ebc

Please sign in to comment.