Skip to content

Commit

Permalink
chore(cd): move logic to cd
Browse files Browse the repository at this point in the history
  • Loading branch information
devpolo committed Oct 7, 2021
1 parent 6e4c8ff commit f5ec2d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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\//}
Expand Down

0 comments on commit f5ec2d8

Please sign in to comment.