Skip to content

Commit

Permalink
fixed error on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
t-schroeder committed Jun 24, 2021
1 parent af2401d commit d19460b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -506,17 +506,17 @@ jobs:
- {
name: "Windows",
artifact: "$ENV{PRODUCT_NAME}-PRODUCT_VERSION-windows.exe",
os: windows-2019
os: ubuntu-latest
}
- {
name: "Linux",
artifact: "$ENV{PRODUCT_NAME}-PRODUCT_VERSION-linux.AppImage",
os: ubuntu-18.04
os: ubuntu-latest
}
- {
name: "macOS",
artifact: "$ENV{PRODUCT_NAME}-PRODUCT_VERSION-osx.dmg",
os: macos-10.15
os: ubuntu-latest
}
needs: release

Expand Down

0 comments on commit d19460b

Please sign in to comment.