mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-04-28 01:36:07 +00:00
Changed route
This commit is contained in:
parent
bd75c789ff
commit
d0f5c1713d
1 changed files with 1 additions and 3 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue