Skip to content

Commit

Permalink
fix workflows/release
Browse files Browse the repository at this point in the history
Signed-off-by: hexilee <i@hexilee.me>
  • Loading branch information
Hexilee committed Apr 7, 2021
1 parent b09232d commit 6d979aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Build
run: |
cargo build --release
tar -czvf ./tproxy.tar.gz ./target/release/tproxy
run: cargo build --release
- name: Pack
run: mv ./target/release/tproxy . && tar -czvf ./tproxy.tar.gz tproxy
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 6d979aa

Please sign in to comment.