Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Soltus committed Apr 25, 2024
1 parent 610c4e4 commit afc1c61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,23 +132,23 @@ jobs:
- os: ubuntu-20.04
name: ubuntu build linux.AppImage
kernel_path: "../app/kernel-linux/SiYuan-Sillot-Kernel"
build_args: "-s -w -X github.com/Hi-Windom/Sillot/kernel/util.Mode=prod"
build_args: "-s -w -X github.com/${{ matrix.string.repo_owner }}/${{ matrix.string.repo_name }}/kernel/util.Mode=prod"
electron_args: "dist-linux"
goos: "linux"
goarch: "amd64"
suffix: "linux.AppImage"
- os: ubuntu-20.04
name: ubuntu build linux.tar.gz
kernel_path: "../app/kernel-linux/SiYuan-Sillot-Kernel"
build_args: "-s -w -X github.com/Hi-Windom/Sillot/kernel/util.Mode=prod"
build_args: "-s -w -X github.com/${{ matrix.string.repo_owner }}/${{ matrix.string.repo_name }}/kernel/util.Mode=prod"
electron_args: "dist-linux"
goos: "linux"
goarch: "amd64"
suffix: "linux.tar.gz"
- os: windows-latest
name: windows build win.exe
kernel_path: "../app/kernel/SiYuan-Sillot-Kernel.exe"
build_args: "-s -w -H=windowsgui -X github.com/Hi-Windom/Sillot/kernel/util.Mode=prod"
build_args: "-s -w -H=windowsgui -X github.com/${{ matrix.string.repo_owner }}/${{ matrix.string.repo_name }}/kernel/util.Mode=prod"
electron_args: "dist"
goos: "windows"
gobin: "bin"
Expand All @@ -158,7 +158,7 @@ jobs:
- os: windows-latest
name: windows build android.apk
kernel_path: "../app/kernel/SiYuan-Sillot-Kernel.exe"
build_args: "-s -w -H=windowsgui -X github.com/Hi-Windom/Sillot/kernel/util.Mode=prod"
build_args: "-s -w -H=windowsgui -X github.com/${{ matrix.string.repo_owner }}/${{ matrix.string.repo_name }}/kernel/util.Mode=prod"
electron_args: "dist"
goos: "windows"
gobin: "bin"
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sillot",
"version": "0.31.1600",
"version": "0.31.1700",
"syv": "3.0.12",
"sypv": "[]",
"description": "Build Your Eternal Digital Garden",
Expand Down

0 comments on commit afc1c61

Please sign in to comment.