Skip to content

Commit 8857cf3

Browse files
Merge pull request #13 from devlopersabbir/sabbir
Sabbir
2 parents 0fd283a + 3c78055 commit 8857cf3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/electron-build.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,25 @@ jobs:
2525

2626
- name: Install Dependencies
2727
run: npm install
28+
working-directory: desktop
2829

2930
- name: build-linux
3031
if: matrix.os == 'ubuntu-latest'
3132
run: npm run build:linux
33+
working-directory: desktop
3234

3335
- name: build-mac
3436
if: matrix.os == 'macos-latest'
3537
run: npm run build:mac
38+
working-directory: desktop
3639

3740
- name: build-win
3841
if: matrix.os == 'windows-latest'
3942
run: npm run build:win
43+
working-directory: desktop
4044

4145
- name: release
46+
if: startsWith(github.ref, 'refs/tags/')
4247
uses: softprops/action-gh-release@v1
4348
with:
4449
draft: true

0 commit comments

Comments
 (0)