summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2022-11-08 10:07:07 +0100
committerGitHub <noreply@github.com>2022-11-08 10:07:07 +0100
commiteab1466d9a5f47acee4cbe03cf3146a7a2e38d31 (patch)
tree4cb389e76b1b3775adc6254c186bd37367b548f3
parentad0265668f12eff59027259345fed4b0f315336a (diff)
parent204f950704142df58fca2e31f4d4dfd9cf24266a (diff)
downloadpatchelf-eab1466d9a5f47acee4cbe03cf3146a7a2e38d31.tar.gz
Merge pull request #442 from NixOS/ci
Ci
-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