mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
build: remove env setup step
This commit is contained in:
parent
d318224a6f
commit
b475bd25c8
4
.github/workflows/release-build.yml
vendored
4
.github/workflows/release-build.yml
vendored
@ -20,10 +20,6 @@ jobs:
|
||||
- uses: subosito/flutter-action@v2
|
||||
with:
|
||||
channel: 'stable'
|
||||
- name: Set environment variables
|
||||
run: echo $SECRETS | base64 -d > lib/utils/environment.dart
|
||||
env:
|
||||
SECRETS: ${{ secrets.SECRETS }}
|
||||
- name: Set up Flutter
|
||||
run: flutter pub get
|
||||
- name: Generate files with Builder
|
||||
|
Loading…
Reference in New Issue
Block a user