1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 23:29:41 +02:00

Change Flatpak manifest location (#696)

This commit is contained in:
TheEvilSkeleton 2022-03-23 05:09:47 -04:00 committed by GitHub
parent 87ea52b1a4
commit 9b4b96d989
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -36,6 +36,6 @@ jobs:
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4 - uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
with: with:
bundle: tenacity.flatpak bundle: tenacity.flatpak
manifest-path: packaging/flatpak/org.tenacity.Tenacity.json manifest-path: packaging/flatpak/org.tenacityaudio.Tenacity.json
cache-key: flatpak-builder-${{ github.sha }} cache-key: flatpak-builder-${{ github.sha }}
arch: ${{ matrix.arch }} arch: ${{ matrix.arch }}