File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 73
73
Add-Content lib\.secrets.g.dart "const stealthExBearerToken = '${{ secrets.STEALTH_EX_BEARER_TOKEN }}';"
74
74
Add-Content lib\.secrets.g.dart "const stealthExAdditionalFeePercent = '${{ secrets.STEALTH_EX_ADDITIONAL_FEE_PERCENT }}';"
75
75
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
-
82
76
- name : Execute Build and Setup Commands
83
77
run : |
84
78
echo Run manifest.sh without the need for bash
@@ -132,12 +126,18 @@ jobs:
132
126
echo === Generating localization files ===
133
127
call dart run tool\generate_localization.dart
134
128
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
+
135
135
- name : Build
136
136
run : |
137
137
echo === Building the application executable file ===
138
138
call flutter build windows --release
139
139
140
140
# - name: Upload Artifact
141
- # uses: kittaakos /upload-artifact-as-is@v0
141
+ # uses: actions /upload-artifact@v4
142
142
# with:
143
143
# path: ${{ github.workspace }}/build/app/outputs/flutter-apk/test-apk/
You can’t perform that action at this time.
0 commit comments