Skip to content

Commit

Permalink
Update Dolphin_sharun.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Samueru-sama authored Jan 17, 2025
1 parent 5cb5cfa commit 9c21325
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Dolphin_sharun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Sharun CI
on:
# Build at 00:00 on every 12th day-of-month.
schedule:
- cron: "0 0 */6 * *"
- cron: "0 0 */10 * *"
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ main ]
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
with:
name: "Dolphin Emulator AppImage ${{ env.APP_VERSION }}"
tag_name: "${{ env.APP_VERSION}}"
prerelease: true
prerelease: false
draft: false
generate_release_notes: false
make_latest: true
Expand All @@ -147,7 +147,7 @@ jobs:
with:
name: "Snapshot ${{ env.APP_VERSION }}"
tag_name: "${{ env.SNAPSHOT_TAG }}"
prerelease: true
prerelease: false
draft: false
generate_release_notes: false
make_latest: false
Expand Down

0 comments on commit 9c21325

Please sign in to comment.