From c0a3088bd05478618e8e70ddec5e47c2252014c6 Mon Sep 17 00:00:00 2001 From: Shiokai <66198929+Gs-itisitcat@users.noreply.github.com> Date: Sun, 10 Mar 2024 17:45:22 +0900 Subject: [PATCH] Update dotnet-publish.yml --- .github/workflows/dotnet-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-publish.yml b/.github/workflows/dotnet-publish.yml index 735990f..2f8e81c 100644 --- a/.github/workflows/dotnet-publish.yml +++ b/.github/workflows/dotnet-publish.yml @@ -35,10 +35,10 @@ jobs: - name: Publish Runtime Dependent Any run: | dotnet publish git-local-repository-listing/git-local-repository-listing.csproj --configuration Release --output publish/runtime-dependent-any --self-contained false -p:PublishSingleFile=false + zip -j -u lepol-any-runtime-dependent-${{ steps.get_version.outputs.VERSION }}.zip src/lepos.bash cd publish/runtime-dependent-any zip -r lepol-any-runtime-dependent-${{ steps.get_version.outputs.VERSION }}.zip . cd ../.. - zip -j -u lepol-any-runtime-dependent-${{ steps.get_version.outputs.VERSION }}.zip src/lepos.bash - name: Publish Windows Runtime Dependent