mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-30 10:05:42 +08:00
Use proper string syntax
This commit is contained in:
parent
1133bc13b0
commit
05abc7fafb
@ -50,7 +50,7 @@ jobs:
|
|||||||
sed -i "s/version:.*/version: \"$PACKAGE_VERSION\"/g" conandata.yml
|
sed -i "s/version:.*/version: \"$PACKAGE_VERSION\"/g" conandata.yml
|
||||||
|
|
||||||
- name: Update resources conan package version
|
- name: Update resources conan package version
|
||||||
if: ${{ matrix.repository == Cura }}
|
if: ${{ matrix.repository == 'Cura' }}
|
||||||
run: |
|
run: |
|
||||||
PACKAGE_VERSION=${{ needs.parse-version.outputs.package_version }}
|
PACKAGE_VERSION=${{ needs.parse-version.outputs.package_version }}
|
||||||
sed -i "s/version:.*/version: \"$PACKAGE_VERSION\"/g" resources/conandata.yml
|
sed -i "s/version:.*/version: \"$PACKAGE_VERSION\"/g" resources/conandata.yml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user