1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-06 09:03:51 +01: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
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 }}