Skip to content

Commit

Permalink
Chore: improvement of workflow and file version information
Browse files Browse the repository at this point in the history
Signed-off-by: Fxzx micah <[email protected]>
  • Loading branch information
fxzxmicah committed Apr 5, 2024
1 parent 461ec22 commit 7c782d9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
13 changes: 12 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
name: Release
on: [push]
on:
workflow_run:
workflows: [Linter]
types:
- completed
branches:
- main
push:
tags:
- '*'

jobs:
build:
runs-on: windows-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Setup Go
uses: actions/setup-go@v5
Expand Down
10 changes: 5 additions & 5 deletions versioninfo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"FixedFileInfo": {
"FileVersion": {
"Major": 0,
"Major": 1,
"Minor": 0,
"Patch": 0,
"Build": 0
Expand All @@ -22,14 +22,14 @@
"Comments": "",
"CompanyName": "",
"FileDescription": "Clash Core",
"FileVersion": "",
"InternalName": "Clash Core",
"FileVersion": "1.0.0.0",
"InternalName": "",
"LegalCopyright": "",
"LegalTrademarks": "",
"OriginalFilename": "",
"PrivateBuild": "",
"ProductName": "Clash FOSS",
"ProductVersion": "",
"ProductName": "Clash Components",
"ProductVersion": "0.0.0.0",
"SpecialBuild": ""
},
"VarFileInfo": {
Expand Down

0 comments on commit 7c782d9

Please sign in to comment.