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: build-linux:
name: Build Linux .tar.gz name: Build Linux .tar.gz
runs-on: ubuntu-latest runs-on: ubuntu-latest
env:
LINUX_APP_RELEASE_PATH: build/linux/x64/release/bundle
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Decode .env - name: Decode .env
@ -122,7 +120,7 @@ jobs:
id: compress id: compress
with: with:
command: c command: c
cwd: $LINUX_APP_RELEASE_PATH cwd: build/linux/x64/release/bundle
files: ./* files: ./*
outPath: AdGuardHomeManager_${{ github.event.inputs.version }}_Linux.tar.gz outPath: AdGuardHomeManager_${{ github.event.inputs.version }}_Linux.tar.gz
- name: Upload artifact - name: Upload artifact