diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 1908adc..7060918 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -27,10 +27,10 @@ jobs: shell: pwsh - name: Archive production artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: Binaries - path: binaries/* + path: binaries/ - uses: "marvinpinto/action-automatic-releases@latest" with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5b5de09..f85ba15 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,10 +22,10 @@ jobs: shell: pwsh - name: Archive production artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: Binaries - path: binaries/* + path: binaries/ - uses: "marvinpinto/action-automatic-releases@latest" with: