Skip to content

Commit 568afb5

Browse files
authored
Update assembly version file path in workflow
Look in the common properties XML instead of the WinForms project
1 parent 32afd94 commit 568afb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: KageKirin/get-csproj-version@v0
4444
id: get_versions
4545
with:
46-
file: 'FrEee.UI.WinForms/FrEee.UI.WinForms.csproj'
46+
file: 'FrEee.Assets/CommonProjectProperties.xml'
4747
- name: List files
4848
run: ls -s .\bin\Release\net10.0-windows
4949
- name: Prepare files for zipping

0 commit comments

Comments
 (0)