mirror of
https://github.com/localsend/localsend.git
synced 2026-08-07 07:14:52 +00:00
refactor: move scripts/ to support/scripts/
This commit is contained in:
@@ -90,7 +90,7 @@ jobs:
|
||||
- name: Extract version from Inno Setup configuration
|
||||
id: inno_version
|
||||
run: |
|
||||
VERSION=$(grep '#define MyAppVersion ' scripts/compile_windows_exe-inno.iss | sed 's/#define MyAppVersion "//' | sed 's/"//')
|
||||
VERSION=$(grep '#define MyAppVersion ' support/scripts/compile_windows_exe-inno.iss | sed 's/#define MyAppVersion "//' | sed 's/"//')
|
||||
echo "Inno Setup version is $VERSION"
|
||||
echo "inno_version=$VERSION" >> $GITHUB_ENV
|
||||
|
||||
|
||||
Reference in New Issue
Block a user