diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a4d047b..93d0889 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -102,6 +102,11 @@ jobs: path: | spotify-player-quickauth.exe + - name: Upload Artifact + uses: actions/upload-artifact@v4 + with: + path: spotify-player-quickauth-v${{ env.RELEASE_VERSION }}-${{ matrix.target }}.* + - name: Release uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/')