Upload artifact

This commit is contained in:
2024-10-03 03:53:09 -05:00
parent 4b2d2bf13c
commit 17a7520c05

View File

@@ -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/')