Skip to content

Commit

Permalink
IcWa - updated version marker
Browse files Browse the repository at this point in the history
  • Loading branch information
FloryxHwa committed Jul 4, 2024
1 parent e4303ae commit 5567a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore -p:AssemblyVersion=${{ env.tag }}
run: dotnet build --no-restore -p:AssemblyVersion=${{ env.tag }} -p:FileVersion=${{ env.tag }} -p:PackageVersion=${{ env.tag }} -p:InformationalVersion=${{ env.tag }}
- name: Zip Plugin
run: Compress-Archive -Path .\bin\Debug\net8.0-windows\* -DestinationPath .\bin\EasyZoomReborn.zip
- name: Publish Plugin
Expand Down

0 comments on commit 5567a57

Please sign in to comment.