Skip to content

Commit 5c602ec

Browse files
committed
Rename conan-package workflow and update paths.
Renamed the workflow from "conan-package.yml" to "package.yml" to better reflect its general purpose. Updated the associated file paths and variable references to align with the new naming convention, ensuring consistency across the configuration. Contribute to NP-637
1 parent ecdea2f commit 5c602ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: conan-package
1+
name: package
22

33
on:
44
push:
@@ -9,7 +9,7 @@ on:
99
- 'conanfile.py'
1010
- 'conandata.yml'
1111
- 'CMakeLists.txt'
12-
- '.github/workflows/conan-package.yml'
12+
- '.github/workflows/package.yml'
1313
branches:
1414
- main
1515
- 'CURA-*'
@@ -29,7 +29,7 @@ on:
2929
- 'conanfile.py'
3030
- 'conandata.yml'
3131
- 'CMakeLists.txt'
32-
- '.github/workflows/conan-package.yml'
32+
- '.github/workflows/package.yml'
3333
branches:
3434
- main
3535
- 'CURA-*'
@@ -50,5 +50,5 @@ jobs:
5050
if: ${{ github.event_name == 'push' }}
5151
uses: ultimaker/cura-workflows/.github/workflows/npm-package.yml@NP-637_conan_v2_wasm
5252
with:
53-
version_full: ${{ needs.conan-package.outputs.version_full }}
53+
package_version_full: ${{ needs.conan-package.outputs.package_version_full }}
5454
secrets: inherit

0 commit comments

Comments
 (0)