Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iwate committed Mar 18, 2020
1 parent cdf0e24 commit a46ad8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
run: dotnet tool restore
- name: Build with dotnet
working-directory: ./src/Aiplugs.PoshApp/
run: dotnet tool run electronize build /target custom "win10-x64;"
run: dotnet tool run electronize build /target custom "win10-x64;win"
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: dotnet tool restore
- name: Build with dotnet
working-directory: ./src/Aiplugs.PoshApp/
run: dotnet tool run electronize build /target custom "win10-x64;"
run: dotnet tool run electronize build /target custom "win10-x64;win"
- name: Upload Release Asset1
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit a46ad8a

Please sign in to comment.