Skip to content

Commit

Permalink
Change to monorelease for ISO
Browse files Browse the repository at this point in the history
  • Loading branch information
charles8191 authored Nov 26, 2024
1 parent f901e6b commit 4a9c811
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 4a9c811

Please sign in to comment.