Skip to content
This repository was archived by the owner on Jul 12, 2025. It is now read-only.

Commit b26ee07

Browse files
Update build-stable.yml
1 parent 73f2623 commit b26ee07

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

.github/workflows/build-stable.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,19 @@ jobs:
106106
with:
107107
gh-token: ${{ secrets.UPLOAD_TOKEN }}
108108
release-tag: ${{ steps.version.outputs.tag_name }}
109-
asset-names: "os_image.bin,image.raw"
109+
asset-names: "os_image.bin"
110110
overwrite: false
111+
112+
- uses: sarisia/actions-status-discord@v1
113+
if: steps.check-commits.outputs.has_new_commits == 'true'
114+
with:
115+
webhook: ${{ secrets.COPPEROS_WEBHOOK_URL }}
116+
status: ${{ job.status }}
117+
content: "Hey @everyone! New Release!"
118+
title: "Build New Release"
119+
description: "`CopperOS ${{ steps.version.outputs.tag_name }}` available [Here](https://github.com/NightForge-Development/CopperOS/releases/tag/${{ steps.version.outputs.tag_name }})!"
120+
image: "https://raw.githubusercontent.com/NightForge-Development/CopperOS/refs/heads/stable/check-mark.png"
121+
color: 16749824
122+
url: "https://github.com/NightForge-Development/CopperOS/releases/tag/${{ steps.version.outputs.tag_name }}"
123+
username: CopperOS Build Status
124+
avatar_url: ${{ secrets.AVATAR_URL }}

0 commit comments

Comments
 (0)