-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
修复 Github Action执行报错的问题 调整 重新使用单文件模式发布 更新 策略配置文件至128.0.2708.0版本 更新 依赖性
- Loading branch information
Showing
23 changed files
with
67 additions
and
115 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
4 changes: 2 additions & 2 deletions
4
.github/workflows/edit_version.js → .github/workflows/edit_version.mjs
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 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 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 |
---|---|---|
|
@@ -38,7 +38,7 @@ jobs: | |
- name: 修改版本号 | ||
run: | | ||
npm i fast-xml-parser | ||
node .github/workflows/edit_version.js | ||
node .github/workflows/edit_version.mjs | ||
- name: 克隆完整仓库 | ||
run: | | ||
|
@@ -56,7 +56,7 @@ jobs: | |
max_attempts: 3 | ||
command: | | ||
git fetch --unshallow | ||
git push -f "https://NXY666:$env:[email protected]/NXY666/EdgePolicyManager.git" | ||
git ls-remote "https://NXY666:$env:[email protected]/NXY666/EdgePolicyManager.git" | ||
env: | ||
GITEE_TOKEN: ${{ secrets.GITEE_TOKEN }} | ||
|
||
|
@@ -71,4 +71,4 @@ jobs: | |
GITEE_TOKEN: ${{ secrets.GITEE_TOKEN }} | ||
run: | | ||
npm i @actions/github @octokit/rest | ||
node .github/workflows/create_release.js | ||
node .github/workflows/create_release.mjs |
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 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 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 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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -1 +1 @@ | ||
[{"Identifier":"Preferences","Icon":"AllApps","Name":"Preferences","Items":["AutoUpdateCheckPeriodMinutes","UpdatesSuppressedStartHour"]},{"Identifier":"ProxyServer","Icon":"VPN","Name":"Proxy Server","Items":["ProxyMode","ProxyServer","ProxyPacUrl"]},{"Identifier":"Applications","Icon":"ProductivityMode","Name":"Applications","Items":["InstallDefault","UpdateDefault","Allowsxs","CreateDesktopShortcutDefault","MeteredUpdatesDefault","RemoveDesktopShortcutDefault"]},{"Identifier":"EdgeUpdate","Icon":"World","Name":"Microsoft Edge Update","Items":["UpdaterExperimentationAndConfigurationServiceControl"]},{"Identifier":"MicrosoftEdge","Icon":"World","Name":"Microsoft Edge","Items":["Install{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}","Update{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}","CreateDesktopShortcut{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}","RemoveDesktopShortcut{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}","TargetVersionPrefix{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}","RollbackToTargetVersion{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}","MeteredUpdates{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}","TargetChannel{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}","EdgePreview{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}"]},{"Identifier":"MicrosoftEdgeBeta","Icon":"World","Name":"Microsoft Edge Beta","Items":["Install{2CD8A007-E189-409D-A2C8-9AF4EF3C72AA}","Update{2CD8A007-E189-409D-A2C8-9AF4EF3C72AA}","CreateDesktopShortcut{2CD8A007-E189-409D-A2C8-9AF4EF3C72AA}","RemoveDesktopShortcut{2CD8A007-E189-409D-A2C8-9AF4EF3C72AA}","TargetVersionPrefix{2CD8A007-E189-409D-A2C8-9AF4EF3C72AA}","RollbackToTargetVersion{2CD8A007-E189-409D-A2C8-9AF4EF3C72AA}","MeteredUpdates{2CD8A007-E189-409D-A2C8-9AF4EF3C72AA}"]},{"Identifier":"MicrosoftEdgeDev","Icon":"World","Name":"Microsoft Edge Dev","Items":["Install{0D50BFEC-CD6A-4F9A-964C-C7416E3ACB10}","Update{0D50BFEC-CD6A-4F9A-964C-C7416E3ACB10}","CreateDesktopShortcut{0D50BFEC-CD6A-4F9A-964C-C7416E3ACB10}","RemoveDesktopShortcut{0D50BFEC-CD6A-4F9A-964C-C7416E3ACB10}","TargetVersionPrefix{0D50BFEC-CD6A-4F9A-964C-C7416E3ACB10}","RollbackToTargetVersion{0D50BFEC-CD6A-4F9A-964C-C7416E3ACB10}","MeteredUpdates{0D50BFEC-CD6A-4F9A-964C-C7416E3ACB10}"]},{"Identifier":"MicrosoftEdgeCanary","Icon":"World","Name":"Microsoft Edge Canary","Items":["Install{65C35B14-6C1D-4122-AC46-7148CC9D6497}","Update{65C35B14-6C1D-4122-AC46-7148CC9D6497}","CreateDesktopShortcut{65C35B14-6C1D-4122-AC46-7148CC9D6497}","RemoveDesktopShortcut{65C35B14-6C1D-4122-AC46-7148CC9D6497}","TargetVersionPrefix{65C35B14-6C1D-4122-AC46-7148CC9D6497}","RollbackToTargetVersion{65C35B14-6C1D-4122-AC46-7148CC9D6497}","MeteredUpdates{65C35B14-6C1D-4122-AC46-7148CC9D6497}"]},{"Identifier":"WebView","Icon":"World","Name":"Microsoft Edge WebView2 Runtime","Items":["Install{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}","Update{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}"]}] | ||
[{"Identifier":"Preferences","Icon":"AllApps","Name":"Preferences","Items":["AutoUpdateCheckPeriodMinutes","UpdatesSuppressedStartHour"]},{"Identifier":"ProxyServer","Icon":"VPN","Name":"Proxy Server","Items":["ProxyMode","ProxyServer","ProxyPacUrl"]},{"Identifier":"Applications","Icon":"ProductivityMode","Name":"Applications","Items":["InstallDefault","UpdateDefault","Allowsxs","CreateDesktopShortcutDefault","MeteredUpdatesDefault","RemoveDesktopShortcutDefault"]},{"Identifier":"EdgeUpdate","Icon":"World","Name":"Microsoft Edge Update","Items":["UpdaterExperimentationAndConfigurationServiceControl"]},{"Identifier":"MicrosoftEdge","Icon":"World","Name":"Microsoft Edge","Items":["Install{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}","Update{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}","CreateDesktopShortcut{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}","RemoveDesktopShortcut{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}","TargetVersionPrefix{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}","RollbackToTargetVersion{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}","MeteredUpdates{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}","TargetChannel{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}","EdgePreview{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}","Uninstall{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}"]},{"Identifier":"MicrosoftEdgeBeta","Icon":"World","Name":"Microsoft Edge Beta","Items":["Install{2CD8A007-E189-409D-A2C8-9AF4EF3C72AA}","Update{2CD8A007-E189-409D-A2C8-9AF4EF3C72AA}","CreateDesktopShortcut{2CD8A007-E189-409D-A2C8-9AF4EF3C72AA}","RemoveDesktopShortcut{2CD8A007-E189-409D-A2C8-9AF4EF3C72AA}","TargetVersionPrefix{2CD8A007-E189-409D-A2C8-9AF4EF3C72AA}","RollbackToTargetVersion{2CD8A007-E189-409D-A2C8-9AF4EF3C72AA}","MeteredUpdates{2CD8A007-E189-409D-A2C8-9AF4EF3C72AA}"]},{"Identifier":"MicrosoftEdgeDev","Icon":"World","Name":"Microsoft Edge Dev","Items":["Install{0D50BFEC-CD6A-4F9A-964C-C7416E3ACB10}","Update{0D50BFEC-CD6A-4F9A-964C-C7416E3ACB10}","CreateDesktopShortcut{0D50BFEC-CD6A-4F9A-964C-C7416E3ACB10}","RemoveDesktopShortcut{0D50BFEC-CD6A-4F9A-964C-C7416E3ACB10}","TargetVersionPrefix{0D50BFEC-CD6A-4F9A-964C-C7416E3ACB10}","RollbackToTargetVersion{0D50BFEC-CD6A-4F9A-964C-C7416E3ACB10}","MeteredUpdates{0D50BFEC-CD6A-4F9A-964C-C7416E3ACB10}"]},{"Identifier":"MicrosoftEdgeCanary","Icon":"World","Name":"Microsoft Edge Canary","Items":["Install{65C35B14-6C1D-4122-AC46-7148CC9D6497}","Update{65C35B14-6C1D-4122-AC46-7148CC9D6497}","CreateDesktopShortcut{65C35B14-6C1D-4122-AC46-7148CC9D6497}","RemoveDesktopShortcut{65C35B14-6C1D-4122-AC46-7148CC9D6497}","TargetVersionPrefix{65C35B14-6C1D-4122-AC46-7148CC9D6497}","RollbackToTargetVersion{65C35B14-6C1D-4122-AC46-7148CC9D6497}","MeteredUpdates{65C35B14-6C1D-4122-AC46-7148CC9D6497}"]},{"Identifier":"WebView","Icon":"World","Name":"Microsoft Edge WebView2 Runtime","Items":["Install{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}","Update{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}"]}] |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.