renamed ci file

This commit is contained in:
2022-08-07 13:07:02 +02:00
parent 0155169721
commit e7f55a0375
5 changed files with 5 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build
run: docker-compose up
run: docker-compose -f containers/docker-compose.yml up
- name: Show dir
run: ls
- name: Upload Artifact

View File

@@ -33,7 +33,6 @@ jobs:
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
with:
bundle: toolbxtuner.flatpak
manifest-path: org.kuchelmeister.toolbxtuner.dev.json
manifest-path: build-aux/org.kuchelmeister.ToolbxTuner.Devel.json
run-tests: true
cache-key: flatpak-builder-${{ github.sha }}

View File

@@ -4,7 +4,7 @@ services:
build: .
privileged: true
volumes:
- .:/mnt:z
- ..:/mnt:z
security_opt:
- label=disable

View File

@@ -3,6 +3,6 @@ services:
gtk4-rs:
image: ghcr.io/13hannes11/gtk4-rs-docker:latest-appimage
volumes:
- .:/mnt:z
- ..:/mnt:z
command: sh -c "cargo appimage"