mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-29 01:28:55 +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
|
||||
|
||||
- name: Update resources conan package version
|
||||
if: ${{ matrix.repository == Cura }}
|
||||
if: ${{ matrix.repository == 'Cura' }}
|
||||
run: |
|
||||
PACKAGE_VERSION=${{ needs.parse-version.outputs.package_version }}
|
||||
sed -i "s/version:.*/version: \"$PACKAGE_VERSION\"/g" resources/conandata.yml
|
||||
|
Loading…
x
Reference in New Issue
Block a user