Skip to content

Commit 8783c73

Browse files
committed
test
1 parent e27b4cf commit 8783c73

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

.github/workflows/main.yml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -102,37 +102,37 @@ jobs:
102102
runs-on: windows-latest
103103

104104
steps:
105-
- name: inno setup
106-
uses: pwall2222/inno-setup-download@latest
105+
- name: inno setup test
106+
uses: iscc.exe --help
107107

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
136136

137137

138138
# build:

0 commit comments

Comments
 (0)