mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-06-01 20:32:18 +00:00
Updated workflow
This commit is contained in:
parent
3d6a9530e6
commit
36ba51a78d
1 changed files with 3 additions and 1 deletions
4
.github/workflows/release-stable.yaml
vendored
4
.github/workflows/release-stable.yaml
vendored
|
@ -101,8 +101,10 @@ jobs:
|
|||
run: sed -i 's/99.99.99+99/${{ github.event.inputs.version }}+${{ github.event.inputs.number }}/g' pubspec.yaml
|
||||
- name: Update version in debian.yaml
|
||||
run: sed -i 's/<REPLACE_VERSION_NUMBER_ACTIONS>/${{ github.event.inputs.version }}/g' debian/debian.yaml
|
||||
- name: Update dependencies list
|
||||
run: sudo apt-get update
|
||||
- name: Install dependencies
|
||||
run: sudo apt-get update && apt-get install -y clang cmake ninja-build pkg-config libgtk-3-dev liblzma-dev
|
||||
run: sudo apt-get install -y clang cmake ninja-build pkg-config libgtk-3-dev liblzma-dev
|
||||
- uses: subosito/flutter-action@v2
|
||||
with:
|
||||
channel: "stable"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue