summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/publish.yml8
-rw-r--r--version2
2 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 704b35e..46d9bb6 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -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
@@ -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
diff --git a/version b/version
index c5523bd..2063416 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.17.0
+0.18.0-alpha