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
|
- name: Rename Windows build
|
||||||
run: mv build/GalvanicCorrosion.exe build/GalvanicCorrosion-$HASH.exe
|
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
|
uses: tsickert/discord-webhook@v7.0.0
|
||||||
with:
|
with:
|
||||||
webhook-url: ${{ secrets.WEBHOOK_URL }}
|
webhook-url: ${{ secrets.WEBHOOK_URL }}
|
||||||
username: Galvanic Corrosion Gitea Actions
|
username: Galvanic Corrosion Tests
|
||||||
embed-title: Linux Build - ${{ env.HASH }}
|
embed-title: Test ${{ env.HASH }} Success
|
||||||
filename: build/GalvanicCorrosion-${{ env.HASH }}
|
embed-color: 5763719
|
||||||
|
|
||||||
- name: Discord Webhook - Storage
|
- name: Discord Webhook
|
||||||
|
if: success()
|
||||||
uses: tsickert/discord-webhook@v7.0.0
|
uses: tsickert/discord-webhook@v7.0.0
|
||||||
with:
|
with:
|
||||||
webhook-url: ${{ secrets.WEBHOOK_URL }}
|
webhook-url: ${{ secrets.WEBHOOK_URL }}
|
||||||
username: Galvanic Corrosion Gitea Actions
|
username: Galvanic Corrosion Tests
|
||||||
embed-title: Windows Build - ${{ env.HASH }}
|
embed-title: Test ${{ env.HASH }} Failure
|
||||||
filename: build/GalvanicCorrosion-${{ env.HASH }}.exe
|
embed-color: 15548997
|
||||||
Reference in New Issue
Block a user