Skip to content

Commit

Permalink
CI: Add icons to main sub-jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
stenzek committed Nov 12, 2024
1 parent 5bc38ff commit 482f99c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/linux-flatpak-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ jobs:
options: --privileged
timeout-minutes: 120
steps:
- name: Set Upload Token
if: inputs.flathub_publish
run: |
- uses: actions/checkout@v4.1.6
with:
fetch-depth: 0
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@ on:

jobs:
windows:
name: Windows
name: 💻 Windows
uses: "./.github/workflows/windows-build.yml"
linux-appimage:
name: Linux AppImage
name: 🐧 Linux AppImage
uses: "./.github/workflows/linux-appimage-build.yml"
linux-flatpak:
name: Linux Flatpak
name: 📦 Linux Flatpak
uses: "./.github/workflows/linux-flatpak-build.yml"
macos:
name: MacOS
name: 🍎 MacOS
uses: "./.github/workflows/macos-build.yml"

create-release:
name: Create Release
name: 📤 Create Release
needs: [windows, linux-appimage, linux-flatpak, macos]
runs-on: ubuntu-22.04
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/dev'
Expand Down

0 comments on commit 482f99c

Please sign in to comment.