diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a8054a..c0ba105 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -200,7 +200,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 steps: - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v4 with: pattern: PlaylistForge-* merge-multiple: true @@ -208,6 +208,8 @@ jobs: - name: List release artifacts run: ls -lhR release-artifacts/ - name: Upload to GitHub Release + env: + GH_TOKEN: ${{ secrets.GITHUBI }} run: | gh release create "${{ github.ref_name }}" \ --repo "${{ github.repository }}" \