workflow testing for win
This commit is contained in:
@@ -24,7 +24,7 @@ jobs:
|
||||
run: npm run build:win
|
||||
|
||||
- name: Upload Windows build
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: windows-installer
|
||||
path: dist/*.exe
|
||||
@@ -48,7 +48,7 @@ jobs:
|
||||
run: npm run build:mac
|
||||
|
||||
- name: Upload macOS build
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: macos-installer
|
||||
path: dist/*.dmg
|
||||
|
||||
Reference in New Issue
Block a user