From 070d392f7df6f846133ce4269cbd88f82fac4392 Mon Sep 17 00:00:00 2001 From: "Robert St. John" Date: Mon, 25 Apr 2022 16:26:20 -0600 Subject: [PATCH] [ci] fix typo in workflow --- .github/workflows/build_and_release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_release.yaml b/.github/workflows/build_and_release.yaml index c7581e165..c9ccea098 100644 --- a/.github/workflows/build_and_release.yaml +++ b/.github/workflows/build_and_release.yaml @@ -214,7 +214,7 @@ jobs: npm publish ngageoint-mage.service-${{ needs.config.outputs.release-version }}.tgz npm publish ngageoint-mage.web-core-lib-${{ needs.config.outputs.release-version }}.tgz npm publish ngageoint-mage.web-app-${{ needs.config.outputs.release-version }}.tgz - npm publish ngageoint-mage.nga-msi ${{ needs.config.outputs.release-version }}.tgz + npm publish $(ls -1 ngageoint-mage.nga-msi-*.tgz) - name: add package tarballs to release uses: softprops/action-gh-release@v1 with: