Skip to content

Commit

Permalink
Update dotnet-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gs-itisitcat authored Mar 10, 2024
1 parent 397f2e6 commit 06a0423
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dotnet-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ 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 -r lepol-any-runtime-dependent-${{ steps.get_version.outputs.VERSION }}.zip publish/runtime-dependent-any
cd publish/runtime-dependent-any
zip -r lepol-any-runtime-dependent-${{ steps.get_version.outputs.VERSION }}.zip .
cd ../..
zip -j lepol-any-runtime-dependent-${{ steps.get_version.outputs.VERSION }}.zip src/lepos.bash
Expand Down

0 comments on commit 06a0423

Please sign in to comment.