1
0
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:
NayamAmarshe 2022-10-03 06:31:17 +05:30 committed by GitHub
commit ceb7f63a54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -50,6 +50,7 @@
"build": {
"productName": "Upscayl",
"appId": "org.upscayl.app",
"artifactName": "${name}-${version}-${os}.${ext}",
"asar": true,
"extraFiles": [
{