build: fixed current version variable
This commit is contained in:
parent
6132438b71
commit
3e5881300f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -9,7 +9,7 @@ jobs:
|
|||
create-draft:
|
||||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
current-version: ${{ steps.package-version.outputs }}
|
||||
current-version: ${{ steps.package-version.outputs.current-version }}
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
@ -61,7 +61,7 @@ jobs:
|
|||
BUILD_DIR: ./build/${{ runner.os }}
|
||||
|
||||
- name: Install 7zip (minimal)
|
||||
if: runner.os == 'Linux'
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
run: sudo apt-get update && sudo apt-get install -y p7zip-full
|
||||
|
||||
- name: Upload Linux Artifact
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue