mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2025-05-12 13:48:31 +02:00
Update build-windows.yml
This commit is contained in:
parent
4dcea4333a
commit
ba43ef53ef
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build-windows.yml
vendored
3
.github/workflows/build-windows.yml
vendored
|
@ -73,8 +73,9 @@ jobs:
|
|||
compression-level: 9
|
||||
|
||||
- name: Get version tag
|
||||
shell: pwsh
|
||||
run: |
|
||||
VERSION=$(cat VERSION)
|
||||
set VERSION=$(cat VERSION)
|
||||
echo "VERSION=$VERSION" >> $GITHUB_ENV
|
||||
|
||||
- name: Release
|
||||
|
|
Loading…
Add table
Reference in a new issue