mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2025-05-12 21:58:31 +02:00
Update build-windows.yml
This commit is contained in:
parent
ba43ef53ef
commit
59933553bc
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-windows.yml
vendored
4
.github/workflows/build-windows.yml
vendored
|
@ -75,8 +75,8 @@ jobs:
|
|||
- name: Get version tag
|
||||
shell: pwsh
|
||||
run: |
|
||||
set VERSION=$(cat VERSION)
|
||||
echo "VERSION=$VERSION" >> $GITHUB_ENV
|
||||
$version = Get-Content -Path "VERSION"
|
||||
echo "VERSION=$version" >> $env:GITHUB_ENV
|
||||
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
|
|
Loading…
Add table
Reference in a new issue