File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ runs:
223223
224224 tar \
225225 --extract \
226- --file=../tgzfiles/botframework-webchat-${{ steps.get-version.outputs.version }}.tgz \
226+ --file=../artifact-download/ tgzfiles/botframework-webchat-${{ steps.get-version.outputs.version }}.tgz \
227227 --strip-component=1 \
228228 package/dist/ \
229229 package/static/
@@ -236,7 +236,7 @@ runs:
236236
237237 tar \
238238 --extract \
239- --file=../tgzfiles/botframework-webchat-fluent-theme-${{ steps.get-version.outputs.version }}.tgz \
239+ --file=../artifact-download/ tgzfiles/botframework-webchat-fluent-theme-${{ steps.get-version.outputs.version }}.tgz \
240240 --strip-component=1 \
241241 package/dist/ \
242242 package/static/
@@ -246,7 +246,7 @@ runs:
246246 uses : actions/upload-artifact@v7
247247 with :
248248 name : tarball
249- path : ./tgzfiles/*.tgz
249+ path : ./artifact-download/ tgzfiles/*.tgz
250250
251251 - name : Upload artifact (bundle-iife)
252252 uses : actions/upload-artifact@v7
@@ -276,4 +276,4 @@ runs:
276276 uses : actions/upload-artifact@v7
277277 with :
278278 name : sbom
279- path : ./_manifest/spdx_2.2/manifest.spdx.json
279+ path : ./artifact-download/ _manifest/spdx_2.2/manifest.spdx.json
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ defaults:
2020 shell : bash
2121
2222env :
23- # build-on: ${{ case(inputs.local-build, 'local', 'azdo') }}
24- build-on : local
23+ build-on : ${{ case(inputs.local-build, 'local', 'azdo') }}
24+ # build-on: local
2525 node-version : 22
2626
2727jobs :
You can’t perform that action at this time.
0 commit comments