Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ferraridavide authored Jul 25, 2024
1 parent fd4a7b2 commit ce66e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
working-directory: PowerToys
run: |
git fetch --tags
$latestTag = git describe --tags --abbrev=0
$latestTag = (git describe --tags --abbrev=0).ToLower()
git checkout $latestTag
git submodule update --init --recursive
echo "LATEST_TAG=$latestTag" >> $env:GITHUB_OUTPUT
Expand Down

0 comments on commit ce66e7b

Please sign in to comment.