[go: nahoru, domu]

Skip to content

Commit

Permalink
Update dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nunalves committed Jun 3, 2020
1 parent 1c81c49 commit 2717a9d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,13 @@ jobs:
run: |
npm i
npm run build
- name: package the release (tar.gz)
run: |
tar -zcvf dist/teamloan-frontend-develop.tar.gz dist/teamloan-frontend
- name: Push Build to Releases
uses: ncipollo/release-action@v1
with:
artifacts: "dist/teamloan-frontend"
artifact: "dist/teamloan-frontend-develop.tar.gz"
commit: develop
tag: develop
replacesArtifacts: true
Expand Down

0 comments on commit 2717a9d

Please sign in to comment.