@@ -102,37 +102,37 @@ jobs:
102
102
runs-on : windows-latest
103
103
104
104
steps :
105
- - name : inno setup
106
- uses : pwall2222/inno-setup-download@latest
105
+ - name : inno setup test
106
+ uses : iscc.exe --help
107
107
108
- - name : Clone repository
109
- uses : actions/checkout@v4
110
-
111
- - name : Set up Flutter
112
- uses : subosito/flutter-action@v2
113
- with :
114
- channel : stable
115
- cache : true
116
-
117
- - name : Install Dependencies
118
- run : flutter pub get
119
-
120
- - name : Install flutter_distributor
121
- run : dart pub global activate flutter_distributor
122
-
123
- - name : Build Windows
124
- run : |
125
- & "$HOME\AppData\Local\Pub\Cache\bin\flutter_distributor.bat" package --artifact-name quran_app_flutter.exe --platform windows --targets exe
126
- $setup_path = Join-Path "dist" "*" -Resolve
127
- cp "$setup_path\quran_app_flutter.exe" .
128
-
129
- - name : Create Release
130
- uses : ncipollo/release-action@v1
131
- with :
132
- artifacts : " quran_app_flutter.exe"
133
- tag : v0.0.1+3
134
- token : ${{ secrets.TOKEN }}
135
- allowUpdates : true
108
+ # - name: Clone repository
109
+ # uses: actions/checkout@v4
110
+ #
111
+ # - name: Set up Flutter
112
+ # uses: subosito/flutter-action@v2
113
+ # with:
114
+ # channel: stable
115
+ # cache: true
116
+ #
117
+ # - name: Install Dependencies
118
+ # run: flutter pub get
119
+ #
120
+ # - name: Install flutter_distributor
121
+ # run: dart pub global activate flutter_distributor
122
+ #
123
+ # - name: Build Windows
124
+ # run: |
125
+ # & "$HOME\AppData\Local\Pub\Cache\bin\flutter_distributor.bat" package --artifact-name quran_app_flutter.exe --platform windows --targets exe
126
+ # $setup_path = Join-Path "dist" "*" -Resolve
127
+ # cp "$setup_path\quran_app_flutter.exe" .
128
+ #
129
+ # - name: Create Release
130
+ # uses: ncipollo/release-action@v1
131
+ # with:
132
+ # artifacts: "quran_app_flutter.exe"
133
+ # tag: v0.0.1+3
134
+ # token: ${{ secrets.TOKEN }}
135
+ # allowUpdates: true
136
136
137
137
138
138
# build:
0 commit comments