Skip to content

Commit

Permalink
修正错误
Browse files Browse the repository at this point in the history
  • Loading branch information
iris1598 committed Aug 30, 2024
1 parent 6839082 commit 21a8278
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 4,106 deletions.
30 changes: 3 additions & 27 deletions .github/workflows/prbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Flutter action
uses: subosito/flutter-action@v2
with:
flutter-version: 3.16.8
flutter-version: 3.16.8
channel: stable
- name: Decode keystore
run: |
Expand Down Expand Up @@ -62,9 +62,9 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2.12.0
- uses: subosito/flutter-action@v2
with:
flutter-version: 3.16.8
flutter-version: 3.16.8
channel: stable
- name: Install project dependencies
run: flutter pub get
Expand All @@ -79,27 +79,3 @@ jobs:
with:
path: "build/windows/x64/runner/Miru-App"
name: Miru-pr-${{ github.event.pull_request.number }}-windows.zip

build-and-release-linux:
runs-on: ubuntu-latest
steps:
- name: Install Dependencies
run: sudo apt-get install ninja-build build-essential libgtk-3-dev libmpv-dev mpv
- uses: actions/checkout@v3
- uses: subosito/[email protected]
with:
flutter-version: 3.16.8
channel: stable
- name: Install project dependencies
run: flutter pub get
- name: Build artifacts
run: flutter build linux --release
- name: Rename Release Directory Name to Miru-App # 为了解压缩后更好看一点
run: |
mv build/linux/x64/release/bundle build/linux/x64/release/Miru-App
# 发布安装包
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
path: "build/linux/x64/release/Miru-App"
name: Miru-pr-${{ github.event.pull_request.number }}-linux.zip
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: main
- uses: subosito/flutter-action@v2.12.0
- uses: subosito/flutter-action@v2
with:
flutter-version: 3.16.8
channel: stable
Expand Down
324 changes: 0 additions & 324 deletions assets/i18n/hu.json

This file was deleted.

Loading

0 comments on commit 21a8278

Please sign in to comment.