mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-04-29 10:08:09 +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:
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue