Skip to content

Commit c9f9290

Browse files
committed
fix-release:update release
Signed-off-by: andrewmatilde <davis6813585853062@outlook.com>
1 parent fd14dc5 commit c9f9290

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ jobs:
6868
distro: ubuntu20.04
6969
githubToken: ${{ secrets.GITHUB_TOKEN }}
7070
setup: |
71-
mkdir -p "/tproxy"
71+
mkdir -p $HOME/tproxy
7272
dockerRunArgs: |
73-
--volume "/tproxy:/tproxy"
73+
--volume "$HOME/tproxy:/tproxy"
7474
run: |
7575
apt update
7676
apt install build-essential ${{ matrix.cc }} curl git pkg-config -y
@@ -87,6 +87,6 @@ jobs:
8787
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8888
with:
8989
upload_url: ${{ needs.create_release.outputs.upload_url }}
90-
asset_path: /tproxy/tproxy-${{ matrix.target }}.tar.gz
90+
asset_path: $HOME/tproxy-${{ matrix.target }}.tar.gz
9191
asset_name: tproxy-${{ matrix.target }}.tar.gz
9292
asset_content_type: application/zip

0 commit comments

Comments
 (0)