Skip to content

Commit

Permalink
fix-release:update release
Browse files Browse the repository at this point in the history
Signed-off-by: andrewmatilde <[email protected]>
  • Loading branch information
Andrewmatilde committed May 13, 2022
1 parent fd14dc5 commit c9f9290
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 @@ -68,9 +68,9 @@ jobs:
distro: ubuntu20.04
githubToken: ${{ secrets.GITHUB_TOKEN }}
setup: |
mkdir -p "/tproxy"
mkdir -p $HOME/tproxy
dockerRunArgs: |
--volume "/tproxy:/tproxy"
--volume "$HOME/tproxy:/tproxy"
run: |
apt update
apt install build-essential ${{ matrix.cc }} curl git pkg-config -y
Expand All @@ -87,6 +87,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.create_release.outputs.upload_url }}
asset_path: /tproxy/tproxy-${{ matrix.target }}.tar.gz
asset_path: $HOME/tproxy-${{ matrix.target }}.tar.gz
asset_name: tproxy-${{ matrix.target }}.tar.gz
asset_content_type: application/zip

0 comments on commit c9f9290

Please sign in to comment.