Skip to content

Commit

Permalink
fix: version
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfedr committed May 16, 2024
1 parent 370b087 commit 92786d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ jobs:
if: steps.check-dir.outputs.skipdir != 'true'
run: |
if [ "$VARIANT" == '-emulator' ]; then
echo "::set-output name=mode::min"
echo "mode=min" >>$GITHUB_OUTPUT
else
echo "::set-output name=mode::max"
echo "mode=max" >>$GITHUB_OUTPUT
fi
env:
VARIANT: ${{ matrix.variant }}
Expand Down

0 comments on commit 92786d1

Please sign in to comment.