diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 3acfc7a..6721eef 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -32,7 +32,7 @@ jobs: uses: actions/upload-artifact@v3.1.3 with: name: 'November-Pirates-win-${{ github.ref_name }}.zip' - path: '' + path: '/' retention-days: 1 itch: runs-on: ubuntu-latest @@ -45,7 +45,7 @@ jobs: with: # Artifact name name: 'November-Pirates-win-${{ github.ref_name }}.zip' - path: '' + path: '/' - name: Itch.io - Publish uses: KikimoraGames/itch-publish@v0.0.3 with: