From 3f2945eaa47994db353df56093e23050bce8f794 Mon Sep 17 00:00:00 2001 From: Chen Asraf Date: Thu, 18 Nov 2021 14:18:18 +0200 Subject: [PATCH] fixed release tarball file location --- .github/workflows/alpha.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index d699f1b..d646210 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -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: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e6119b6..e3a8ab2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: