Skip to content

Commit aa3a593

Browse files
committed
Changed workflow to use the old catalog api as it's still needed to be included in install packages
1 parent 0474989 commit aa3a593

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/Automation Master SDK Workflow.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -366,14 +366,14 @@ jobs:
366366
echo $(find _DataMinerInstallationPackage -type f -name '*.dmapp')
367367
unset IFS
368368
shell: bash
369+
369370
- name: Install .NET Tools
370371
run: |
371-
dotnet tool install -g Skyline.DataMiner.CICD.Tools.CatalogUpload --version 3.0.*
372-
dotnet tool install -g Skyline.DataMiner.CICD.Tools.GitHubToCatalogYaml --version 1.0.*
372+
dotnet tool install -g Skyline.DataMiner.CICD.Tools.CatalogUpload --version 2.0.2
373373
374374
- name: Upload to Catalog
375375
id: uploadToCatalog
376-
run: echo "id=$(dataminer-catalog-upload with-registration --path-to-artifact "${{ steps.findInstallationPackage.outputs.dmappPackageName }}" --artifact-version ${{ inputs.referenceName }} --catalog-identifier "${{ inputs.catalog-identifier }}" --path-to-readme ${{ inputs.catalog-readme-path }} --path-to-catalog-yml "${{ inputs.catalog-manifest-path }}" --branch "${{ steps.findBranch.outputs.branch }}" --dm-catalog-token ${{ secrets.api-key }})" >> $GITHUB_OUTPUT
376+
run: echo "id=$(dataminer-catalog-upload with-registration --path-to-artifact "${{ steps.findInstallationPackage.outputs.dmappPackageName }}" --uri-sourcecode "${{ github.server_url }}/${{ github.repository }}" --artifact-version ${{ inputs.referenceName }} --branch "${{ steps.findBranch.outputs.branch }}" --dm-catalog-token ${{ secrets.api-key }})" --release-notes "${{ github.server_url }}/${{ github.repository }}/releases/tag/${{ inputs.referenceName }}" >> $GITHUB_OUTPUT
377377

378378
- name: (Release) Set artifact Id
379379
run: echo "result-artifact-id=${{ steps.uploadToCatalog.outputs.id }}" >> $GITHUB_ENV

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The **Low Code App Editor** simplifies managing low-code applications within the
2525

2626
You can export apps using this feature, which gathers all the necessary files for the selected apps and creates a .dmapp package. This package can then be installed on another system. The exported package is saved to the following directory: C:\Skyline DataMiner\Documents\DMA_COMMON_DOCUMENTS\Low Code Apps Exports.
2727

28-
For more details on the exporting functionality, refer to the [Low Code App Editor readme](https://github.com/SkylineCommunications/Low-Code-App-Editor/blob/main/README.md).
28+
For more details on the exporting functionality, refer to the [Low Code App Editor readme](https://github.com/SkylineCommunications/Low-Code-App-Editor/blob/main/Documentation/README.md).
2929

3030
> [!NOTE]
3131
> To avoid compatibility issues, when exporting an app from one DMA to another, ensure that the versions match (for example GQI versions).

0 commit comments

Comments
 (0)