don't need to do that anymore
All checks were successful
Galvanic Corrosion Cross-Compile / build (push) Successful in 37s

This commit is contained in:
2025-05-12 21:34:49 -04:00
parent 6682526a87
commit 1d65bc570a

View File

@@ -26,12 +26,6 @@ jobs:
id: get_hash id: get_hash
run: echo "HASH=$(git rev-parse --short=12 HEAD)" >> $GITHUB_ENV run: echo "HASH=$(git rev-parse --short=12 HEAD)" >> $GITHUB_ENV
- name: Rename Linux build
run: mv build/GalvanicCorrosion build/GalvanicCorrosion-$HASH
- name: Rename Windows build
run: mv build/GalvanicCorrosion.exe build/GalvanicCorrosion-$HASH.exe
- name: Discord Webhook - name: Discord Webhook
if: success() if: success()
uses: tsickert/discord-webhook@v7.0.0 uses: tsickert/discord-webhook@v7.0.0