Skip to content

Commit

Permalink
IcWa - IcWa - Another publish.yaml update
Browse files Browse the repository at this point in the history
  • Loading branch information
FloryxHwa committed Jul 4, 2024
1 parent 53d5374 commit 6eef20a
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 @@ -30,7 +30,7 @@ jobs:
run: dotnet restore EasyZoomReborn.sln

- name: Build Plugin
run: dotnet build --no-restore -c Release EasyZoomReborn.sln -p:AssemblyVersion=${{ env.tag }} -p:FileVersion=${{ env.tag }} -p:InformationalVersion=${{ env.tag }} --output .\build
run: dotnet build --no-restore -c Release EasyZoomReborn.csproj -p:AssemblyVersion=${{ env.tag }} -p:FileVersion=${{ env.tag }} -p:InformationalVersion=${{ env.tag }} --output .\build
- name: Zip Plugin
run: Compress-Archive -Path .\build\* -DestinationPath .\build\EasyZoomReborn.zip

Expand Down

0 comments on commit 6eef20a

Please sign in to comment.