i'm not going to bother storing artifacts. just test.
All checks were successful
Galvanic Corrosion Cross-Compile / build (push) Successful in 42s

This commit is contained in:
2025-05-12 21:29:18 -04:00
parent 81df5cefb1
commit c5ea2dcbd0

View File

@@ -32,18 +32,20 @@ jobs:
- name: Rename Windows build
run: mv build/GalvanicCorrosion.exe build/GalvanicCorrosion-$HASH.exe
- name: Discord Webhook - Storage
- name: Discord Webhook
if: success()
uses: tsickert/discord-webhook@v7.0.0
with:
webhook-url: ${{ secrets.WEBHOOK_URL }}
username: Galvanic Corrosion Gitea Actions
embed-title: Linux Build - ${{ env.HASH }}
filename: build/GalvanicCorrosion-${{ env.HASH }}
username: Galvanic Corrosion Tests
embed-title: Test ${{ env.HASH }} Success
embed-color: 5763719
- name: Discord Webhook - Storage
- name: Discord Webhook
if: success()
uses: tsickert/discord-webhook@v7.0.0
with:
webhook-url: ${{ secrets.WEBHOOK_URL }}
username: Galvanic Corrosion Gitea Actions
embed-title: Windows Build - ${{ env.HASH }}
filename: build/GalvanicCorrosion-${{ env.HASH }}.exe
username: Galvanic Corrosion Tests
embed-title: Test ${{ env.HASH }} Failure
embed-color: 15548997