mirror of
https://github.com/13hannes11/toolbx-tuner.git
synced 2024-09-03 23:21:00 +02:00
Update ci.yml
This commit is contained in:
committed by
GitHub
parent
c924db5613
commit
8381222201
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -1,6 +1,7 @@
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
= *
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
name: CI
|
name: CI
|
||||||
@@ -26,7 +27,7 @@ jobs:
|
|||||||
name: Flatpak
|
name: Flatpak
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: bilelmoussaoui/flatpak-github-actions:gnome-45
|
image: bilelmoussaoui/flatpak-github-actions:gnome-46
|
||||||
options: --privileged
|
options: --privileged
|
||||||
steps:
|
steps:
|
||||||
- name: Install pre-requisits
|
- name: Install pre-requisits
|
||||||
@@ -44,7 +45,7 @@ jobs:
|
|||||||
run: ./build-aux/dist-vendor.sh dist .
|
run: ./build-aux/dist-vendor.sh dist .
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: offline
|
name: vendor
|
||||||
path: dist
|
path: dist
|
||||||
- name: ls
|
- name: ls
|
||||||
run: ls
|
run: ls
|
||||||
@@ -64,4 +65,5 @@ jobs:
|
|||||||
title: 'Latest Development Build'
|
title: 'Latest Development Build'
|
||||||
files: |
|
files: |
|
||||||
**/*.flatpak
|
**/*.flatpak
|
||||||
|
vendor
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user