mirror of
https://github.com/upscayl/upscayl.git
synced 2025-02-17 11:18:36 +01:00
Merge pull request #99 from JanDeDinoMan/main
Add os version to articfact
This commit is contained in:
commit
ceb7f63a54
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||
flatpak install flathub org.freedesktop.Platform/x86_64/20.08 org.freedesktop.Sdk/x86_64/20.08 org.electronjs.Electron2.BaseApp/x86_64/stable -y
|
||||
npm install
|
||||
GH_TOKEN=${{ secrets.GH_TOKEN }} npm run publish-linux-app
|
||||
GH_TOKEN=${{ secrets.GITHUB_TOKEN }} npm run publish-linux-app
|
||||
|
||||
macos:
|
||||
runs-on: macOS-latest
|
||||
|
@ -50,6 +50,7 @@
|
||||
"build": {
|
||||
"productName": "Upscayl",
|
||||
"appId": "org.upscayl.app",
|
||||
"artifactName": "${name}-${version}-${os}.${ext}",
|
||||
"asar": true,
|
||||
"extraFiles": [
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user