Skip to content

Commit f72e142

Browse files
committed
songs update, github uupdated
1 parent 01ceb87 commit f72e142

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# Use a matrix strategy to run this job on Windows, macOS, and Ubuntu
4040
strategy:
4141
matrix:
42-
os: [windows-latest] #, macos-latest, ubuntu-latest]
42+
os: [ windows-latest ] #, macos-latest, ubuntu-latest]
4343
# Set the operating system for the current job run
4444
runs-on: ${{ matrix.os }}
4545

@@ -56,10 +56,12 @@ jobs:
5656

5757
- name: Install Dependencies
5858
run: npm install
59+
working-directory: './Rhythm Dock'
5960

6061
- name: Build Application
6162
# This command runs "electron-builder" as defined in your package.json
6263
run: npm run dist
64+
working-directory: './Rhythm Dock'
6365

6466
- name: Upload Release Asset
6567
uses: ncipollo/release-action@v1
@@ -70,6 +72,6 @@ jobs:
7072
# Get the upload URL from the first job's output
7173
upload_url: ${{ needs.create-release.outputs.upload_url }}
7274
# Use a wildcard to find and upload the correct installer file for each OS
73-
asset_path: dist/*.{exe,dmg,AppImage,zip,deb}
75+
asset_path: './Rhythm Dock/dist/*.{exe,dmg,AppImage,zip,deb}'
7476
# Allow overwriting assets if the build is re-run
7577
allowUpdates: true

Rhythm Dock/lyrics.db

16 KB
Binary file not shown.

0 commit comments

Comments
 (0)