You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
workflow run process for obtaining base metadata for MSIX app.":::
128
+
:::image type="content" source="../images/github-actions-get-base-metadata-workflow-msix.png" lightbox="../images/github-actions-get-base-metadata-workflow-msix.png" alt-text="A screenshot showing workflow run process for obtaining base metadata for MSIX app.":::
130
129
131
130
* Upon completion, the workflow will obtain the metadata for your app in the build logs.
132
131
* Copy this and create a metadata.json file in the metadata folder.
@@ -218,8 +217,7 @@ jobs:
218
217
219
218
* Run this workflow from the Actions tab in your GitHub repository. Select the relevant workflow and click Run workflow.
workflow run process for obtaining base package info for EXE app.":::
220
+
:::image type="content" source="../images/github-actions-get-base-package-workflow-exe.png" lightbox="../images/github-actions-get-base-package-workflow-exe.png" alt-text="A screenshot showing workflow run process for obtaining base package info for EXE app.":::
223
221
224
222
* Upon completion, the workflow will obtain the package info for your app in the build logs.
225
223
* Copy this and create a package.json file in the release folder.
@@ -299,8 +297,7 @@ jobs:
299
297
300
298
* Run this workflow from the Actions tab in your GitHub repository. Select the relevant workflow and click Run workflow.
workflow run process for obtaining base metadata for EXE app.":::
300
+
:::image type="content" source="../images/github-actions-get-base-metadata-workflow-exe.png" lightbox="../images/github-actions-get-base-metadata-workflow-exe.png" alt-text="A screenshot showing workflow run process for obtaining base metadata for EXE app.":::
304
301
305
302
* Upon completion, the workflow will obtain the metadata for the specified module for your app in the build logs.
306
303
* Copy this and create a metadata.json file in the metadata folder.
0 commit comments