Skip to content

Commit

Permalink
Update release workflow: build every week instead of every day
Browse files Browse the repository at this point in the history
  • Loading branch information
sabicalija authored Jul 24, 2024
1 parent e193e3c commit 32c9faf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Release
on:
schedule:
- cron: "0 12 * * *"
- cron: "0 12 * * 0"
workflow_dispatch:
inputs:
version:
Expand Down Expand Up @@ -136,4 +136,4 @@ jobs:
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: ./asterics-are-javaembedded-${{ needs.version.outputs.version }}.dmg
asset_name: asterics-are-javaembedded-${{ needs.version.outputs.version }}-${{ matrix.os }}.dmg
asset_content_type: application/x-apple-diskimage
asset_content_type: application/x-apple-diskimage

0 comments on commit 32c9faf

Please sign in to comment.