Skip to content

Commit

Permalink
更新 Release 脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyiYo committed Feb 15, 2025
1 parent f91dca5 commit 932c588
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,22 @@ jobs:
Compress-Archive -Path "$distPath\*" -DestinationPath $zipFile
Write-Output "Zip created at $zipFile"
- name: Download Inno Setup Translation Files
run: |
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/jrsoftware/issrc/main/Files/Languages/Unofficial/ChineseSimplified.isl" -OutFile "C:\Program Files (x86)\Inno Setup 6\Languages\ChineseSimplified.isl"
- name: Build Installer
uses: Minionguyjpro/Inno-Setup-Action@v1.2.5
with:
path: Fluent-M3U8.iss

- name: Upload to release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: Fluent-M3U8-v${{ env.VERSION }}-Windows-${{ matrix.architecture }}.zip
files: |
Fluent-M3U8-v${{ env.VERSION }}-Windows-${{ matrix.architecture }}.zip
dist/Fluent-M3U8-v${{ env.VERSION }}-Windows-${{ matrix.architecture }}-Setup.exe
build-macos-14-arm:
strategy:
Expand Down

0 comments on commit 932c588

Please sign in to comment.