Skip to content

Commit 7a26b8e

Browse files
committed
fix: packed file discovery
1 parent ba18dd2 commit 7a26b8e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/upload-artifact@v2
5050
with:
5151
name: package
52-
path: "react-static-web-apps-auth/*.tgz"
52+
path: "aaronpowell*.tgz"
5353

5454
publish:
5555
name: "Publish to GitHub Packages"

.github/workflows/npm-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/upload-artifact@v2
4242
with:
4343
name: package
44-
path: "react-static-web-apps-auth/*.tgz"
44+
path: "aaronpowell*.tgz"
4545
- run: echo "tag=${GITHUB_REF##*/v}" >> $GITHUB_ENV
4646
- name: Upload package to release
4747
uses: actions/upload-release-asset@v1

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22
build
33
.eslintcache
4+
*.tgz

0 commit comments

Comments
 (0)