Skip to content

Commit

Permalink
Merge pull request #3 from helium/madninja/ci
Browse files Browse the repository at this point in the history
just include binary in release
  • Loading branch information
madninja authored Mar 8, 2022
2 parents b860c53 + 8c65d23 commit b3f7b27
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,7 @@ jobs:
env:
NAME: ${{ steps.name_release.outputs.RELEASE }}
run: |
mkdir $NAME
mv target/release/etl-extract $NAME/
cp README.md $NAME/
cp LICENSE $NAME/
tar -zcvf $NAME.tar.gz $NAME/
tar -zcvf $NAME.tar.gz -C target/release etl-extract
sha256sum -b --tag $NAME.tar.gz > $NAME.checksum
- name: Push Release
Expand Down

0 comments on commit b3f7b27

Please sign in to comment.