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 7a8ec20 commit 2ecbd94
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 @@ -133,23 +133,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/${{ env.repo_owner }}/${{ env.repo_name }}/kernel/util.Mode=prod"
build_args: "-s -w -X github.com/$repo_owner/$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/${{ env.repo_owner }}/${{ env.repo_name }}/kernel/util.Mode=prod"
build_args: "-s -w -X github.com/$repo_owner/$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/${{ env.repo_owner }}/${{ env.repo_name }}/kernel/util.Mode=prod"
build_args: "-s -w -H=windowsgui -X github.com/$repo_owner/$repo_name/kernel/util.Mode=prod"
electron_args: "dist"
goos: "windows"
gobin: "bin"
Expand All @@ -159,7 +159,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/${{ env.repo_owner }}/${{ env.repo_name }}/kernel/util.Mode=prod"
build_args: "-s -w -H=windowsgui -X github.com/$repo_owner/$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.1740",
"version": "0.31.1750",
"syv": "3.0.12",
"sypv": "[]",
"description": "Build Your Eternal Digital Garden",
Expand Down

0 comments on commit 2ecbd94

Please sign in to comment.