i'm not going to bother storing artifacts. just test.
All checks were successful
Galvanic Corrosion Cross-Compile / build (push) Successful in 42s
All checks were successful
Galvanic Corrosion Cross-Compile / build (push) Successful in 42s
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user