Skip to content

Commit

Permalink
build: flatpak fix artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
alichtman committed Feb 9, 2025
1 parent a98d550 commit bc4b1f4
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: flatpak-bundle
path: deadbolt.flatpak

- name: Release
uses: softprops/action-gh-release@v2.2.1
if: startsWith(github.ref, 'refs/tags/')
with:
files: deadbolt.flatpak
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
path: release/build/Deadbolt*.flatpak

0 comments on commit bc4b1f4

Please sign in to comment.