Renamed and changed message

This commit is contained in:
SuperSonic16 2025-01-22 07:25:19 +11:00
parent 514691e018
commit e7c2d3f1c8
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
name: Build Project
name: Build Project (Flatpak)
on:
workflow_dispatch:
@ -74,7 +74,7 @@ jobs:
with:
webhook-url: ${{ env.DISCORD_WEBHOOK }}
content: |
Summary: ${{ env.commit_message }}
Commit: ${{ github.sha }}
Branch: ${{ github.ref_name }}
Commit Message: ${{ env.commit_message }}
Commit Hash: ${{ github.sha }}
filename: ./${{ env.FLATPAK_ID }}.flatpak

View file

@ -1,4 +1,4 @@
name: Build Project
name: Build Project (Windows)
on:
workflow_dispatch: