Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-heinz committed Jan 8, 2022
1 parent 7da9176 commit 00e9a6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
run: |
VERSION_FILE=${{ github.workspace }}/.version
VERSION=$(<"$VERSION_FILE")
echo ::set-env name=VERSION::$VERSION
echo ::set-env name=VERSION_E::$(echo ${GITHUB_SHA} | cut -c1-8)
echo "VERSION=$VERSION" >> $GITHUB_ENV
echo "VERSION_E=$(echo ${GITHUB_SHA} | cut -c1-8)" >> $GITHUB_ENV
mkdir ./release
for RUNTIME in win-x86 win-x64 linux-x64 osx-x64; do
# Server
Expand Down

0 comments on commit 00e9a6e

Please sign in to comment.