Skip to content

Commit 90274a1

Browse files
committed
CI: Fix installing fastforge
1 parent 0ee658b commit 90274a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ jobs:
138138
- name: Compression
139139
run: Compress-Archive -Path build/windows/x64/runner/Release/* -DestinationPath ciyue-windows.zip
140140

141+
- name: Install fastforge
142+
run: dart pub global activate fastforge
143+
141144
- name: Build exe
142145
run: |
143146
fastforge package --platform windows --targets exe

0 commit comments

Comments
 (0)