Changed route

This commit is contained in:
Juan Gilsanz Polo 2023-05-27 20:43:07 +02:00
parent bd75c789ff
commit d0f5c1713d

View file

@ -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