diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 001b1ec..720daf4 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -22,8 +22,8 @@ jobs: npm install - name: Release Package run: | - pkg ./dist/src/index.js --targets node14-macos-x64 --output ./release/gac - + pkg dist/src/index.js --targets node14-macos-x64 --output release/gac + tar -cvzf release/gac-macos-x64.tar.gz release/gac - name: Get version id: get_version run: echo ::set-output name=version::${GITHUB_REF/refs\/tags\//}