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 b09a984 commit c0a3088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0a3088

Please sign in to comment.