Skip to content

Commit

Permalink
Switch statements in correct order
Browse files Browse the repository at this point in the history
  • Loading branch information
XanatosX committed Feb 1, 2023
1 parent eeaca21 commit 9698228
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-live-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ jobs:
# Additional env fix found on https://github.com/actions/runner-images/issues/5251
if [ '${{ GITHUB.REF_TYPE }}' == 'branch' ]
then
echo "Running on branch (Check successful)"
echo "build-version=${{ GITHUB.REF_NAME }}" >> $GITHUB_OUTPUT
else
echo "Is not running on branch (Check failed)"
echo "build-version=0.0.0" >> $GITHUB_OUTPUT
else
echo "Running on branch (Check successful)"
echo "build-version=${{ GITHUB.REF_NAME }}" >> $GITHUB_OUTPUT
fi
create-windows-build:
name: Create Windows build
Expand Down

0 comments on commit 9698228

Please sign in to comment.