fixed release tarball file location

This commit is contained in:
Chen Asraf
2021-11-18 14:18:18 +02:00
parent 930344656a
commit 3f2945eaa4
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ jobs:
node-version: "12.x"
- run: yarn install --frozen-lockfile
- run: yarn build
- run: cd ./dist && yarn pack dist/ --filename=../release.tgz
- run: cd ./dist && yarn pack --filename=../release.tgz
- uses: Klemensas/action-autotag@stable
id: update_tag
with:

View File

@@ -14,7 +14,7 @@ jobs:
node-version: "12.x"
- run: yarn install --frozen-lockfile
- run: yarn build
- run: cd ./dist && yarn pack dist/ --filename=../release.tgz
- run: cd ./dist && yarn pack --filename=../release.tgz
- uses: Klemensas/action-autotag@stable
id: update_tag
with: