Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
Fix error in sed script
Browse files Browse the repository at this point in the history
  • Loading branch information
kmoks committed Jan 23, 2024
1 parent 86951c7 commit 744c2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/versioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Update VERSION file
run: |
echo $VERSION > cfg/VERSION
sed -i "/VERSION /s/,[0-9]*$/,$BUILDNO/;/Version\",/s/\.[0-9]\"$/.$BUILDNO/" src/vpmUI/Icons/win32AppIcon/fedem_app_icon.rc
sed -i "/VERSION /s/,[0-9]*$/,$BUILDNO/;/Version\",/s/\.[0-9]\"$/.$BUILDNO\"/" src/vpmUI/Icons/win32AppIcon/fedem_app_icon.rc
- name: Push updated VERSION file
run: |
Expand Down

0 comments on commit 744c2f9

Please sign in to comment.