Skip to content

Commit b751c7b

Browse files
committed
fix(Actions): Windows rename command is retarded
1 parent 1f34659 commit b751c7b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
msbuild /p:Configuration=Release /p:Platform=Win32 Injector.sln
2929
3030
- name: Rename 32bit build executable
31-
run: ren bin/Release/x32/Injector.exe bin/Release/x32/Injector_x32.exe
31+
run: ren Injector.exe Injector_x32.exe
32+
working-directory: bin/Release/x32
3233

3334
- name: Release
3435
uses: softprops/action-gh-release@v1
@@ -37,4 +38,4 @@ jobs:
3738
draft: true
3839
files: |
3940
bin/Release/x64/Injector.exe
40-
bin/Release/x64/Injector_x32.exe
41+
bin/Release/x32/Injector_x32.exe

0 commit comments

Comments
 (0)