From 66188d791bebcec59cb8de467d6adba2a020d210 Mon Sep 17 00:00:00 2001 From: Aiden McClelland Date: Thu, 20 Nov 2025 10:53:23 -0700 Subject: [PATCH] fix start-tunnel artifact upload --- .github/workflows/start-tunnel.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/start-tunnel.yaml b/.github/workflows/start-tunnel.yaml index 688389c3a..86f1f4a1f 100644 --- a/.github/workflows/start-tunnel.yaml +++ b/.github/workflows/start-tunnel.yaml @@ -41,7 +41,7 @@ env: jobs: compile: - name: Compile Base Binaries + name: Build Debian Package strategy: fail-fast: true matrix: @@ -97,4 +97,4 @@ jobs: - uses: actions/upload-artifact@v4 with: name: start-tunnel_${{ matrix.arch }}.deb - path: start-tunnel-*_${{ matrix.arch }}.deb + path: results/start-tunnel-*_${{ matrix.arch }}.deb