Skip to content

Commit

Permalink
[ci] fix artifact name typos
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
restjohn committed Jun 28, 2024
1 parent 9eae42f commit 325d70a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.web-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
- name: upload packages
uses: actions/upload-artifact@v3
with:
name: mage_web-app_packages
name: mage.web-app-artifacts
path: |
ngageoint-mage.*.tgz
12 changes: 6 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@ jobs:
node-version: ${{ needs.config.outputs.node_versions-latest }}
- name: install json util
run: npm i -g json
- name: download service packages
- name: download service artifacts
uses: actions/download-artifact@v3
with:
name: mage_service_packages
- name: download web-app packages
name: mage.service-artifacts
- name: download web-app artifacts
uses: actions/download-artifact@v3
with:
name: mage_web-app_packages
name: mage.web-app-artifacts
- name: generate instance package.json
run: |
(
Expand Down Expand Up @@ -121,11 +121,11 @@ jobs:
- name: download service packages
uses: actions/download-artifact@v3
with:
name: mage_service_packages
name: mage.service-artifacts
- name: download web-app packages
uses: actions/download-artifact@v3
with:
name: mage_web-app_packages
name: mage.web-app-artifacts
- name: publish to package registry
env:
NPM_CONFIG_USERCONFIG: "${{ runner.temp }}/gitlab.npmrc"
Expand Down

0 comments on commit 325d70a

Please sign in to comment.