Remove unused import, remove debug artifact step, lockfile

This commit is contained in:
2024-10-03 03:57:27 -05:00
parent 64c69bb2c4
commit f7dfd0db9b
3 changed files with 1 additions and 7 deletions

View File

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