mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-27 12:51:42 +00:00
Renamed and changed message
This commit is contained in:
parent
514691e018
commit
e7c2d3f1c8
2 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
name: Build Project
|
name: Build Project (Flatpak)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
@ -74,7 +74,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
webhook-url: ${{ env.DISCORD_WEBHOOK }}
|
webhook-url: ${{ env.DISCORD_WEBHOOK }}
|
||||||
content: |
|
content: |
|
||||||
|
Summary: ${{ env.commit_message }}
|
||||||
|
Commit: ${{ github.sha }}
|
||||||
Branch: ${{ github.ref_name }}
|
Branch: ${{ github.ref_name }}
|
||||||
Commit Message: ${{ env.commit_message }}
|
|
||||||
Commit Hash: ${{ github.sha }}
|
|
||||||
filename: ./${{ env.FLATPAK_ID }}.flatpak
|
filename: ./${{ env.FLATPAK_ID }}.flatpak
|
||||||
2
.github/workflows/build-windows.yml
vendored
2
.github/workflows/build-windows.yml
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
name: Build Project
|
name: Build Project (Windows)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue