diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ec3e76b..36303f2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -93,8 +93,6 @@ jobs: build-linux: name: Build Linux .tar.gz runs-on: ubuntu-latest - env: - LINUX_APP_RELEASE_PATH: build/linux/x64/release/bundle steps: - uses: actions/checkout@v3 - name: Decode .env @@ -122,7 +120,7 @@ jobs: id: compress with: command: c - cwd: $LINUX_APP_RELEASE_PATH + cwd: build/linux/x64/release/bundle files: ./* outPath: AdGuardHomeManager_${{ github.event.inputs.version }}_Linux.tar.gz - name: Upload artifact