Skip to content

Commit c821fda

Browse files
committed
Merge branch 'stable' of https://github.com/ArcheonOS/liveiso into stable
2 parents 99676dd + 407f465 commit c821fda

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

.github/workflows/iso.yml renamed to .github/workflows/release.yml

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Archeon Release
1+
name: Archeon Monthly
22

33
on:
44
schedule:
@@ -113,7 +113,7 @@ jobs:
113113
- name: Upload build artifacts
114114
uses: actions/upload-artifact@v4
115115
with:
116-
name: archeon-build
116+
name: Archeon-Build
117117
path: dist/desktop/*
118118

119119
- name: Set release information
@@ -166,17 +166,19 @@ jobs:
166166
- name: Create release notes
167167
run: |
168168
cat > release_notes.md << EOF
169+
#### Download from [GitHub Actions](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}).
170+
169171
### Build Information
170172
- **Build Date**: $(date +'%Y-%m-%d %H:%M:%S UTC')
171173
- **Build Type**: ${{ steps.release_info.outputs.build_type }}
172-
- **ISO Size**: ${{ steps.build_iso.outputs.iso_size }}
173174
- **Commit**: ${{ github.sha }}
174-
175+
175176
---
176-
177+
177178
*This is an automated build*
178179
EOF
179180

181+
180182
- name: Upload release notes artifact
181183
uses: actions/upload-artifact@v4
182184
with:
@@ -192,12 +194,6 @@ jobs:
192194
contents: write
193195

194196
steps:
195-
- name: Download build artifacts
196-
uses: actions/download-artifact@v5
197-
with:
198-
name: archeon-build
199-
path: dist/desktop
200-
201197
- name: Download changelog artifact
202198
uses: actions/download-artifact@v5
203199
with:
@@ -212,6 +208,4 @@ jobs:
212208
body_path: changelog/release_notes.md
213209
make_latest: ${{ needs.build.outputs.build_type == 'release' }}
214210
prerelease: ${{ needs.build.outputs.build_type == 'beta' }}
215-
files: dist/desktop/*
216-
fail_on_unmatched_files: true
217-
generate_release_notes: true
211+
generate_release_notes: true

0 commit comments

Comments
 (0)