mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-04-20 13:59:12 +00:00
Merge branch 'beta'
This commit is contained in:
commit
781f6af0d6
2 changed files with 2 additions and 2 deletions
2
.github/workflows/release-stable.yaml
vendored
2
.github/workflows/release-stable.yaml
vendored
|
@ -172,7 +172,7 @@ jobs:
|
|||
- name: Generate .deb package
|
||||
run: flutter_to_debian
|
||||
- name: Move .deb package to project root
|
||||
run: mv debian/packages/AdGuardHomeManager_${{ env.VERSION_NAME }}_amd64.deb AdGuardHomeManager_${{ env.VERSION_NAME }}_Linux_amd64.deb
|
||||
run: mv build/linux/x64/release/debian/AdGuardHomeManager_${{ env.VERSION_NAME }}_amd64.deb AdGuardHomeManager_${{ env.VERSION_NAME }}_Linux_amd64.deb
|
||||
- name: Generate .tar.gz package
|
||||
uses: a7ul/tar-action@v1.1.3
|
||||
id: compress
|
||||
|
|
|
@ -80,7 +80,7 @@ On [this repository](https://github.com/JuanRodenas/Pihole_list) you can find a
|
|||
<li>Open <code>debian.yaml</code> file inside debian/ and update the version number</li>
|
||||
<li>run <code>rps build linux</code></li>
|
||||
<li>The .tar.gz is at <code>build/linux/x64/release/bundle</code></li>
|
||||
<li>The .deb package is at <code>debian/packages</code></li>
|
||||
<li>The .deb package is at <code>build/linux/x64/release/debian/</code></li>
|
||||
</ol>
|
||||
</ul>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Reference in a new issue