fix windows worker gh action build workflow (#4478)

This commit is contained in:
Alexander Petric
2024-10-03 12:10:30 -04:00
committed by GitHub
parent e83b0f13cd
commit cfab23f2a8
+1 -1
View File
@@ -47,7 +47,7 @@ jobs:
- name: Rename binary with corresponding architecture
run: |
ren ./backend/target/release/windmill.exe ./backend/target/release/windmill-ee.exe
Rename-Item -Path ".\backend\target\release\windmill.exe" -NewName "windmill-ee.exe"
- name: Attach binary to release
uses: softprops/action-gh-release@v2