fix: update installer filename to match generated case-sensitive output path
Build and Upload Binaries / build-and-upload (push) Successful in 1m1s

This commit is contained in:
2026-06-09 13:12:28 +01:00
parent 29ebcdbe2f
commit 7e840e03ac
+1 -3
View File
@@ -31,11 +31,9 @@ jobs:
# Windows amd64
wails build -platform windows/amd64 -clean -nsis
cp build/bin/goexplore-amd64-installer.exe dist/goexplore-windows-installer.exe
cp build/bin/GoExplore-amd64-installer.exe dist/goexplore-windows-installer.exe
"
- name: Upload to Cloudflare R2
env:
AWS_ACCESS_KEY_ID: ${{ secrets.R2_ACCESS_KEY_ID }}