Skip to content
Merged

Ci #442

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- name: Build windows executable
run: |
nix build -L .#patchelf-win32 .#patchelf-win64
install -D ./result/bin/patchelf.exe ./dist/patchelf-win32.exe
install -D ./result-1/bin/patchelf.exe ./dist/patchelf-win64.exe
install -D ./result/bin/patchelf.exe ./dist/patchelf-win32-$(cat version).exe
install -D ./result-1/bin/patchelf.exe ./dist/patchelf-win64-$(cat version).exe
- uses: actions/upload-artifact@v3
with:
name: patchelf
Expand All @@ -55,10 +55,10 @@ jobs:
- name: Show binaries
run: dir .\\dist
- name: Test windows 64-bit binary
run: .\\dist\\patchelf-win32.exe --version
run: .\\dist\\patchelf-win32-*.exe --version

- name: Test windows 32-bit binary
run: .\\dist\\patchelf-win64.exe --version
run: .\\dist\\patchelf-win64-*.exe --version

build_musl:
name: Build static musl binaries
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.17.0
0.18.0-alpha