Skip to content

Commit 7148793

Browse files
committed
update later
1 parent 5c11829 commit 7148793

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/pr_test_build_windows.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,6 @@ jobs:
7373
Add-Content lib\.secrets.g.dart "const stealthExBearerToken = '${{ secrets.STEALTH_EX_BEARER_TOKEN }}';"
7474
Add-Content lib\.secrets.g.dart "const stealthExAdditionalFeePercent = '${{ secrets.STEALTH_EX_ADDITIONAL_FEE_PERCENT }}';"
7575
76-
- name: download monero_c prebuilds (can't build inside of windows container)
77-
run: |
78-
cp pubspec_base.yaml pubspec.yaml
79-
flutter pub get
80-
dart run tool/download_moneroc_prebuilds.dart
81-
8276
- name: Execute Build and Setup Commands
8377
run: |
8478
echo Run manifest.sh without the need for bash
@@ -132,12 +126,18 @@ jobs:
132126
echo === Generating localization files ===
133127
call dart run tool\generate_localization.dart
134128
129+
- name: download monero_c prebuilds (can't build inside of windows container)
130+
run: |
131+
cp pubspec_base.yaml pubspec.yaml
132+
flutter pub get
133+
dart run tool/download_moneroc_prebuilds.dart
134+
135135
- name: Build
136136
run: |
137137
echo === Building the application executable file ===
138138
call flutter build windows --release
139139
140140
# - name: Upload Artifact
141-
# uses: kittaakos/upload-artifact-as-is@v0
141+
# uses: actions/upload-artifact@v4
142142
# with:
143143
# path: ${{ github.workspace }}/build/app/outputs/flutter-apk/test-apk/

0 commit comments

Comments
 (0)