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 525bd12 commit 62d335a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ jobs:
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 @@ -24,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 62d335a

Please sign in to comment.