Skip to content

Commit

Permalink
store appcast.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
iseebi committed Aug 18, 2024
1 parent 9401c00 commit 397097f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Create release
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
run: |
gh release create --draft --generate-notes ${{ github.ref_name }} build/Ukam.zip build/Ukam.dmg
gh release create --draft --generate-notes ${{ github.ref_name }} build/Ukam.zip build/Ukam.dmg build/appcast.xml
env:
GH_TOKEN: ${{ github.token }}

Expand Down

0 comments on commit 397097f

Please sign in to comment.