Skip to content

Commit

Permalink
Workflow for building release files
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvisscher committed Jul 15, 2024
1 parent 970b257 commit 673b2d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check_dev_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
echo "::set-output name=latest::$LATEST_VERSION"
# Read the local version from version.json
LOCAL_VERSION=$(jq -r .dev ab_releases/current.json)
echo "Current version: $LOCAL_VERSION"
echo "LOCAL_VERSION=$LOCAL_VERSION" >> $GITHUB_ENV
echo "::set-output name=current::$LOCAL_VERSION"
CURRENT_VERSION=$(jq -r .dev ab_releases/current.json)
echo "Current version: $CURRENT_VERSION"
echo "CURRENT_VERSION=$CURRENT_VERSION" >> $GITHUB_ENV
echo "::set-output name=current::$CURRENT_VERSION"
build-dev-windows:
runs-on: windows-latest
Expand Down

0 comments on commit 673b2d7

Please sign in to comment.