enhancement(flatpakui): fix workflow

This commit is contained in:
PancakeTAS 2025-08-29 11:47:14 +02:00
parent a22ad81056
commit 714326ce11
No known key found for this signature in database
3 changed files with 12 additions and 3 deletions

View file

@ -1,4 +1,5 @@
name: Package lsfg-vk
run-name: ${{ github.event.workflow_run.head_commit.message }}
on:
workflow_run:
@ -11,9 +12,11 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
# prepare system
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: ${{ github.event.workflow_run.head_sha }}
fetch-depth: 0
- name: Download lsfg-vk artifacts
uses: actions/download-artifact@v4
with:

View file

@ -1,4 +1,5 @@
name: (CI) Package lsfg-vk
run-name: ${{ github.event.workflow_run.head_commit.message }}
on:
workflow_run:
@ -11,9 +12,11 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
# prepare system
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: ${{ github.event.workflow_run.head_sha }}
fetch-depth: 0
- name: Download lsfg-vk artifacts
uses: actions/download-artifact@v4
with:

View file

@ -1,4 +1,5 @@
name: (Manual) Package lsfg-vk
run-name: ${{ github.event.workflow_run.head_commit.message }}
on:
workflow_run:
@ -11,9 +12,11 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
# prepare system
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: ${{ github.event.workflow_run.head_sha }}
fetch-depth: 0
- name: Download lsfg-vk artifacts
uses: actions/download-artifact@v4
with: