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:
|
||||
push:
|
||||
branches:
|
||||
= *
|
||||
pull_request:
|
||||
|
||||
name: CI
|
||||
@@ -26,7 +27,7 @@ jobs:
|
||||
name: Flatpak
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: bilelmoussaoui/flatpak-github-actions:gnome-45
|
||||
image: bilelmoussaoui/flatpak-github-actions:gnome-46
|
||||
options: --privileged
|
||||
steps:
|
||||
- name: Install pre-requisits
|
||||
@@ -44,7 +45,7 @@ jobs:
|
||||
run: ./build-aux/dist-vendor.sh dist .
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: offline
|
||||
name: vendor
|
||||
path: dist
|
||||
- name: ls
|
||||
run: ls
|
||||
@@ -64,4 +65,5 @@ jobs:
|
||||
title: 'Latest Development Build'
|
||||
files: |
|
||||
**/*.flatpak
|
||||
vendor
|
||||
|
||||
|
||||
Reference in New Issue
Block a user