Skip to content

Commit

Permalink
Update make-app.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
LoSk-p authored Mar 19, 2024
1 parent 7636626 commit 4266888
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/make-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: SmartWaterGUI-macos.dmg
path: dist/SmartWaterGUI.dmg
path: app/dist/SmartWaterGUI.dmg

buildUbuntu20:

Expand All @@ -48,7 +48,7 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: SmartWaterGUI-ubuntu20
path: dist/SmartWaterGUI
path: app/dist/SmartWaterGUI

buildUbuntuLatest:

Expand All @@ -72,7 +72,7 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: SmartWaterGUI-ubuntu-latest
path: dist/SmartWaterGUI
path: app/dist/SmartWaterGUI

buildWin:
runs-on: windows-latest
Expand All @@ -91,8 +91,8 @@ jobs:
ls dist/
- uses: actions/upload-artifact@v2
with:
name: SmartWaterGUI-win
path: dist/SmartWaterGUI.exe
name: SmartWaterGUI-win.exe
path: app/dist/SmartWaterGUI.exe

buildWin19:
runs-on: windows-2019
Expand All @@ -111,5 +111,5 @@ jobs:
ls dist/
- uses: actions/upload-artifact@v2
with:
name: SmartWaterGUI-win19
path: dist/SmartWaterGUI.exe
name: SmartWaterGUI-win19.exe
path: app/dist/SmartWaterGUI.exe

0 comments on commit 4266888

Please sign in to comment.