mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-04-29 18:18:10 +00:00
Changed .tar.gz generation
This commit is contained in:
parent
7dc0e53e72
commit
a7f11d5969
1 changed files with 8 additions and 7 deletions
15
.github/workflows/release.yaml
vendored
15
.github/workflows/release.yaml
vendored
|
@ -116,13 +116,14 @@ jobs:
|
|||
- name: Generate .deb package
|
||||
run: flutter_to_debian
|
||||
- name: Move .deb package to project root
|
||||
run: mv debian/packages/AdGuardHomeManager_${{ github.event.inputs.version }}_amd64.deb AdGuardHomeManager_${{ github.event.inputs.version }}_Linux_amd64.deb
|
||||
- name: Cd to build dir
|
||||
run: cd $LINUX_APP_RELEASE_PATH
|
||||
- name: Generate .tar.gz
|
||||
run: tar -czaf AdGuardHomeManager_${{ github.event.inputs.version }}_Linux.tar.gz ./*
|
||||
- name: Cd to root dir
|
||||
run: cd ../../../../../
|
||||
- name: Generate .tar.gz package
|
||||
uses: a7ul/tar-action@v1.1.0
|
||||
id: compress
|
||||
with:
|
||||
command: c
|
||||
cwd: $LINUX_APP_RELEASE_PATH
|
||||
files: ./*
|
||||
outPath: AdGuardHomeManager_${{ github.event.inputs.version }}_Linux.tar.gz
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue