Skip to content

Commit 9f8fa2b

Browse files
committed
fixup! remove space
1 parent be8dce0 commit 9f8fa2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
echo -n 'VERSION=' >> $GITHUB_ENV
2424
( ( ${{ startsWith(github.ref, 'refs/tags') }} && echo $GITHUB_REF_NAME ) || \
2525
( ${{ startsWith(github.ref_name, 'v1.3.0') }} && echo $GITHUB_REF_NAME ) || \
26-
( echo 'v1.3.0-' ${GITHUB_SHA:0:8} ) ) >> $GITHUB_ENV
26+
( echo 'v1.3.0-'${GITHUB_SHA:0:8} ) ) >> $GITHUB_ENV
2727
# if: ${{ ... }}
2828
- name: dependencies
2929
run: |
@@ -53,7 +53,7 @@ jobs:
5353
- name: extract pak
5454
run: |
5555
PKG=tremulous-${{ env.release_name }}
56-
echo "PKG=" $PKG >> $GITHUB_ENV
56+
echo "PKG="$PKG >> $GITHUB_ENV
5757
mkdir ./build/$PKG
5858
pushd ./build/$PKG
5959
unzip ../${{ env.release_name }}.zip

0 commit comments

Comments
 (0)