mirror of
https://github.com/stenzek/duckstation.git
synced 2024-11-26 23:50:31 +00:00
CI: Add icons to main sub-jobs
This commit is contained in:
parent
5bc38ffd63
commit
482f99c323
4
.github/workflows/linux-flatpak-build.yml
vendored
4
.github/workflows/linux-flatpak-build.yml
vendored
@ -21,10 +21,6 @@ jobs:
|
|||||||
options: --privileged
|
options: --privileged
|
||||||
timeout-minutes: 120
|
timeout-minutes: 120
|
||||||
steps:
|
steps:
|
||||||
- name: Set Upload Token
|
|
||||||
if: inputs.flathub_publish
|
|
||||||
run: |
|
|
||||||
|
|
||||||
- uses: actions/checkout@v4.1.6
|
- uses: actions/checkout@v4.1.6
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@ -19,20 +19,20 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
windows:
|
windows:
|
||||||
name: Windows
|
name: 💻 Windows
|
||||||
uses: "./.github/workflows/windows-build.yml"
|
uses: "./.github/workflows/windows-build.yml"
|
||||||
linux-appimage:
|
linux-appimage:
|
||||||
name: Linux AppImage
|
name: 🐧 Linux AppImage
|
||||||
uses: "./.github/workflows/linux-appimage-build.yml"
|
uses: "./.github/workflows/linux-appimage-build.yml"
|
||||||
linux-flatpak:
|
linux-flatpak:
|
||||||
name: Linux Flatpak
|
name: 📦 Linux Flatpak
|
||||||
uses: "./.github/workflows/linux-flatpak-build.yml"
|
uses: "./.github/workflows/linux-flatpak-build.yml"
|
||||||
macos:
|
macos:
|
||||||
name: MacOS
|
name: 🍎 MacOS
|
||||||
uses: "./.github/workflows/macos-build.yml"
|
uses: "./.github/workflows/macos-build.yml"
|
||||||
|
|
||||||
create-release:
|
create-release:
|
||||||
name: Create Release
|
name: 📤 Create Release
|
||||||
needs: [windows, linux-appimage, linux-flatpak, macos]
|
needs: [windows, linux-appimage, linux-flatpak, macos]
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/dev'
|
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/dev'
|
||||||
|
Loading…
Reference in New Issue
Block a user