Skip to content

Commit

Permalink
Trying using briefcase to package
Browse files Browse the repository at this point in the history
  • Loading branch information
linsomniac committed Feb 3, 2024
1 parent 1e8facb commit 6cd46a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/briefcase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ jobs:
- name: Build with Briefcase
run: briefcase create windows && briefcase build windows && briefcase package windows

- name: Upload installer as an artifact
uses: actions/upload-artifact@v2
with:
name: installer
path: dist/Spotify2YTMusic-*.msi

0 comments on commit 6cd46a4

Please sign in to comment.