From c5ea2dcbd0fc41bd6812389d26097fdacef5415f Mon Sep 17 00:00:00 2001 From: zombieb Date: Mon, 12 May 2025 21:29:18 -0400 Subject: [PATCH] i'm not going to bother storing artifacts. just test. --- .gitea/workflows/cross-compile.yaml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/cross-compile.yaml b/.gitea/workflows/cross-compile.yaml index 9a3fb73..c196069 100644 --- a/.gitea/workflows/cross-compile.yaml +++ b/.gitea/workflows/cross-compile.yaml @@ -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 \ No newline at end of file + username: Galvanic Corrosion Tests + embed-title: Test ${{ env.HASH }} Failure + embed-color: 15548997 \ No newline at end of file