From bc79afdeff82363b089cf1cd48dec6f85505048b Mon Sep 17 00:00:00 2001 From: zombieb Date: Mon, 12 May 2025 21:05:47 -0400 Subject: [PATCH] upload to CDN in workflow fix --- .gitea/workflows/cross-compile.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/cross-compile.yaml b/.gitea/workflows/cross-compile.yaml index 63b6a53..e6e7dab 100644 --- a/.gitea/workflows/cross-compile.yaml +++ b/.gitea/workflows/cross-compile.yaml @@ -39,7 +39,7 @@ jobs: run: | curl -X POST "$SERVER_URL" \ -H "x-api-key: $API_KEY" \ - -F "file=@build/GalvanicCorrosion" \ + -F "file=@build/GalvanicCorrosion-$HASH" \ - name: Upload Windows build to CDN env: @@ -48,7 +48,7 @@ jobs: run: | curl -X POST "$SERVER_URL" \ -H "x-api-key: $API_KEY" \ - -F "file=@build/GalvanicCorrosion.exe" \ + -F "file=@build/GalvanicCorrosion-$HASH.exe" \ - name: Discord Webhook - Storage Links uses: tsickert/discord-webhook@v7.0.0