Skip to content

Commit

Permalink
Attempt at uploading Windows installer on release
Browse files Browse the repository at this point in the history
  • Loading branch information
linsomniac committed Feb 23, 2024
1 parent f75173e commit abc5454
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/briefcase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
name: Spotify2YTMusic-Windows-Installer
path: dist/Spotify2YTMusic-*.msi

- name: Download Artifact
uses: actions/download-artifact@v2
with:
name: Spotify2YTMusic-Windows-Installer

- name: Upload Release Asset
uses: softprops/action-gh-release@v1
#if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit abc5454

Please sign in to comment.