Skip to content

Commit 325d70a

Browse files
committed
[ci] fix artifact name typos
[skip ci]
1 parent 9eae42f commit 325d70a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build_test.web-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
- name: upload packages
4444
uses: actions/upload-artifact@v3
4545
with:
46-
name: mage_web-app_packages
46+
name: mage.web-app-artifacts
4747
path: |
4848
ngageoint-mage.*.tgz

.github/workflows/release.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,14 @@ jobs:
7575
node-version: ${{ needs.config.outputs.node_versions-latest }}
7676
- name: install json util
7777
run: npm i -g json
78-
- name: download service packages
78+
- name: download service artifacts
7979
uses: actions/download-artifact@v3
8080
with:
81-
name: mage_service_packages
82-
- name: download web-app packages
81+
name: mage.service-artifacts
82+
- name: download web-app artifacts
8383
uses: actions/download-artifact@v3
8484
with:
85-
name: mage_web-app_packages
85+
name: mage.web-app-artifacts
8686
- name: generate instance package.json
8787
run: |
8888
(
@@ -121,11 +121,11 @@ jobs:
121121
- name: download service packages
122122
uses: actions/download-artifact@v3
123123
with:
124-
name: mage_service_packages
124+
name: mage.service-artifacts
125125
- name: download web-app packages
126126
uses: actions/download-artifact@v3
127127
with:
128-
name: mage_web-app_packages
128+
name: mage.web-app-artifacts
129129
- name: publish to package registry
130130
env:
131131
NPM_CONFIG_USERCONFIG: "${{ runner.temp }}/gitlab.npmrc"

0 commit comments

Comments
 (0)