diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2ca11e3..4632df6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,5 +15,6 @@ jobs: - uses: flatpak/flatpak-github-actions/flatpak-builder@v6 name: "Build" with: + upload-artifact: false bundle: io.github.junalmeida.webapps_manager.flatpak manifest-path: io.github.junalmeida.webapps_manager.json diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e46f0b7..62340bc 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,6 +21,7 @@ jobs: - uses: flatpak/flatpak-github-actions/flatpak-builder@v6 name: "Build" with: + upload-artifact: false bundle: io.github.junalmeida.webapps_manager.flatpak manifest-path: io.github.junalmeida.webapps_manager.json cache-key: flatpak-builder-${{ github.sha }} @@ -28,7 +29,8 @@ jobs: uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/') with: - files: io.github.junalmeida.webapps_manager.flatpak + files: | + **/io.github.junalmeida.webapps_manager.flatpak # - uses: flatpak/flatpak-github-actions/flat-manager@v6 # name: "Deploy" # with: