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 }}