Skip to content

Commit

Permalink
update later
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCyjaneK committed Jan 8, 2025
1 parent 5c11829 commit 7148793
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/pr_test_build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,6 @@ jobs:
Add-Content lib\.secrets.g.dart "const stealthExBearerToken = '${{ secrets.STEALTH_EX_BEARER_TOKEN }}';"
Add-Content lib\.secrets.g.dart "const stealthExAdditionalFeePercent = '${{ secrets.STEALTH_EX_ADDITIONAL_FEE_PERCENT }}';"
- name: download monero_c prebuilds (can't build inside of windows container)
run: |
cp pubspec_base.yaml pubspec.yaml
flutter pub get
dart run tool/download_moneroc_prebuilds.dart
- name: Execute Build and Setup Commands
run: |
echo Run manifest.sh without the need for bash
Expand Down Expand Up @@ -132,12 +126,18 @@ jobs:
echo === Generating localization files ===
call dart run tool\generate_localization.dart
- name: download monero_c prebuilds (can't build inside of windows container)
run: |
cp pubspec_base.yaml pubspec.yaml
flutter pub get
dart run tool/download_moneroc_prebuilds.dart
- name: Build
run: |
echo === Building the application executable file ===
call flutter build windows --release
# - name: Upload Artifact
# uses: kittaakos/upload-artifact-as-is@v0
# uses: actions/upload-artifact@v4
# with:
# path: ${{ github.workspace }}/build/app/outputs/flutter-apk/test-apk/

0 comments on commit 7148793

Please sign in to comment.