forked from miru-project/miru-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
4 additions
and
4,106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | | ||
|
@@ -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 | ||
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.