Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
pauleve committed Mar 3, 2024
1 parent 96adce4 commit 9cf8fb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wine-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
RELEASE_TAG=$(curl -sL https://www.winehq.org/news/ |grep "The Wine development release" |head -n1|cut -d " " -f5)
CURRENT_TAG=$(grep "WINE_VERSION = " Makefile|cut -d" " -f3)
echo RELEASE_TAG=${RELEASE_TAG} >> $GITHUB_ENV
echo CURRENT_TAG=${RELEASE_TAG} >> $GITHUB_ENV
echo CURRENT_TAG=${CURRENT_TAG} >> $GITHUB_ENV
- name: Update Wine
if: env.UPDATE_TAG != env.CURRENT_TAG
if: env.RELEASE_TAG != env.CURRENT_TAG
run: |
sed -i "s:^WINE_VERSION = .*$:WINE_VERSION = $RELEASE_TAG:" Makefile
make build
Expand Down

0 comments on commit 9cf8fb1

Please sign in to comment.