mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-04-30 10:38:11 +00:00
Version change
This commit is contained in:
parent
7a1f153fe7
commit
dfa3d620c2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -137,7 +137,7 @@ jobs:
|
||||||
name: Build Windows installer
|
name: Build Windows installer
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v2
|
||||||
- name: Decode .env
|
- name: Decode .env
|
||||||
run: [IO.File]::WriteAllBytes('.env', [Convert]::FromBase64String('${{ secrets.ENV }}'))
|
run: [IO.File]::WriteAllBytes('.env', [Convert]::FromBase64String('${{ secrets.ENV }}'))
|
||||||
- name: Update version in pubspec.yaml
|
- name: Update version in pubspec.yaml
|
||||||
|
|
Loading…
Add table
Reference in a new issue