Skip to content

Commit

Permalink
Fix build and deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
junalmeida committed Dec 15, 2024
1 parent f421489 commit b46ccdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,16 @@ 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 }}
- name: Upload to Release
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:
Expand Down

0 comments on commit b46ccdb

Please sign in to comment.