mirror of
https://github.com/PancakeTAS/lsfg-vk.git
synced 2026-04-26 04:11:39 +00:00
enhancement(flatpakui): fix workflow
This commit is contained in:
parent
a22ad81056
commit
714326ce11
3 changed files with 12 additions and 3 deletions
5
.github/workflows/package.yml
vendored
5
.github/workflows/package.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
5
.github/workflows/package_ci.yml
vendored
5
.github/workflows/package_ci.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
5
.github/workflows/package_test.yml
vendored
5
.github/workflows/package_test.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue