Skip to content

Commit

Permalink
fix continuous build
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed Nov 12, 2024
1 parent 4233760 commit 7732c76
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/continous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,22 @@ jobs:
- name: Build with Cabal
run: cabal build

- name: Update appdata.xml
run: |
TODAY=$(date +%Y-%m-%d)
sed -i "s/<release version=\".*\" date=\".*\">/<release version=\"continuous\" date=\"$TODAY\">/" flatpak/com.futrnostr.futr.appdata.xml
- name: Build Flatpak
run: ./build-flatpak.sh

- name: Delete existing release and tag
uses: dev-drprasad/delete-tag-and-release@v1.0
with:
tag_name: continuous
delete_release: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create Release
uses: softprops/action-gh-release@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions flatpak/com.futrnostr.futr.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
</screenshot>
</screenshots>
<releases>
<release version="0.0.3" date="2024-10-14">
<release version="continuous" date="2024-03-19">
<description>
<p>Alpha release of Futr</p>
<p>Continuous development build</p>
</description>
</release>
</releases>
Expand Down

0 comments on commit 7732c76

Please sign in to comment.