Skip to content

Commit

Permalink
Update build-release.yml (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlhaufe authored Jun 6, 2020
1 parent f54e43d commit 1dadc25
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,7 @@ jobs:
with:
name: artifact
- name: Extract package from artifact
run: tar -xf artifact.zip
- name: Cleanup artifact
run: del artifact.zip
- name: Extract package
run: tar -xf final-hill-decorator-contracts.tgz --strip 1
- name: Cleanup package
run: del final-hill-decorator-contracts.tgz
run: tar -xf artifact/final-hill-decorator-contracts.tgz --strip 1
- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit 1dadc25

Please sign in to comment.