From 4a9c8118f9c94d39ff74d4a1d7b2509f642ecbc9 Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 26 Nov 2024 16:49:27 -0500 Subject: [PATCH] Change to monorelease for ISO --- .github/workflows/iso.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/iso.yml b/.github/workflows/iso.yml index 60da202..ea332b7 100644 --- a/.github/workflows/iso.yml +++ b/.github/workflows/iso.yml @@ -3,16 +3,14 @@ name: ISO on: workflow_dispatch: push: + schedule: + - cron: '0 1 1 3,6,9,12 *' jobs: build: runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - - name: Get current date - id: date - run: | - echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT - name: Prepare run: mkdir output - name: Build 9 @@ -22,7 +20,7 @@ jobs: - name: Release uses: softprops/action-gh-release@v2 with: - tag_name: ${{ steps.date.outputs.date }} - name: Build on ${{ steps.date.outputs.date }} + tag_name: continuous + name: Continuous files: | output/*.iso