mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-19 04:09:40 +08:00
FIX PATH
NP-732
This commit is contained in:
parent
7fb47466ed
commit
c20c03126d
@ -41,7 +41,7 @@ jobs:
|
||||
id: get-package-version
|
||||
run: |
|
||||
# Replace this with your real logic to determine the package version
|
||||
PACKAGE_VERSION=$(cat ./conanfile.py | grep version | head -n 1 | cut -d '"' -f 2)
|
||||
PACKAGE_VERSION=$(cat ./resources/conanfile.py | grep version | head -n 1 | cut -d '"' -f 2)
|
||||
echo "Detected package version: $PACKAGE_VERSION"
|
||||
|
||||
# Set the package_version as an output for this job
|
||||
|
Loading…
x
Reference in New Issue
Block a user