File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3535 - name : Build windows executable
3636 run : |
3737 nix build -L .#patchelf-win32 .#patchelf-win64
38- install -D ./result/bin/patchelf.exe ./dist/patchelf-win32.exe
39- install -D ./result-1/bin/patchelf.exe ./dist/patchelf-win64.exe
38+ install -D ./result/bin/patchelf.exe ./dist/patchelf-win32-$(cat version) .exe
39+ install -D ./result-1/bin/patchelf.exe ./dist/patchelf-win64-$(cat version) .exe
4040 - uses : actions/upload-artifact@v3
4141 with :
4242 name : patchelf
@@ -55,10 +55,10 @@ jobs:
5555 - name : Show binaries
5656 run : dir .\\dist
5757 - name : Test windows 64-bit binary
58- run : .\\dist\\patchelf-win32.exe --version
58+ run : .\\dist\\patchelf-win32-* .exe --version
5959
6060 - name : Test windows 32-bit binary
61- run : .\\dist\\patchelf-win64.exe --version
61+ run : .\\dist\\patchelf-win64-* .exe --version
6262
6363 build_musl :
6464 name : Build static musl binaries
You can’t perform that action at this time.
0 commit comments