forked from upscayl/upscayl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
527f699
commit d81c3ed
Showing
6 changed files
with
33 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,52 @@ | ||
# name of your github action | ||
name: CI | ||
# this will help you specify where to run | ||
# this will help you specify where to run | ||
on: | ||
workflow_dispatch: | ||
# this is where the magic happens, each job happens in parallel btw | ||
jobs: | ||
linux: | ||
runs-on: ubuntu-latest | ||
runs-on: ubuntu-18.04 | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/[email protected] | ||
with: | ||
node-version: 16 | ||
- name: Install Modules and Publish build | ||
run: | | ||
sudo apt-get install flatpak -y | ||
sudo apt-get install flatpak-builder -y | ||
sudo apt-get install elfutils -y | ||
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.GITHUB_TOKEN }} npm run publish-linux-app | ||
- uses: actions/checkout@v3 | ||
|
||
- uses: actions/[email protected] | ||
with: | ||
node-version: 16 | ||
|
||
- name: Install Modules and Publish build | ||
run: | | ||
sudo apt-get install flatpak -y | ||
sudo apt-get install flatpak-builder -y | ||
sudo apt-get install elfutils -y | ||
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.GITHUB_TOKEN }} npm run publish-linux-app | ||
macos: | ||
runs-on: macOS-latest | ||
steps: | ||
runs-on: macos-10.15 | ||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- uses: actions/[email protected] | ||
with: | ||
node-version: 16 | ||
|
||
- name: Install Modules and Publish build | ||
run: | | ||
npm install | ||
GH_TOKEN=${{ secrets.GITHUB_TOKEN }} npm run publish-mac-app | ||
windows: | ||
runs-on: windows-latest | ||
steps: | ||
runs-on: windows-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- uses: actions/[email protected] | ||
with: | ||
node-version: 16 | ||
|
||
- name: Install Modules and Publish build | ||
env: | ||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.