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 36b68dc commit 04fd9b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dotnet-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
lepol-windows-runtime-dependent-${{ steps.get_version.outputs.VERSION }}.zip
lepol-windows-self-contained-${{ steps.get_version.outputs.VERSION }}.zip
lepol-linux-runtime-dependent-${{ steps.get_version.outputs.VERSION }}.zip
lepol-linux-self-contained-${{ steps.get_version.outputs.VERSION }}.zip
lepol-windows-x64-runtime-dependent-${{ steps.get_version.outputs.VERSION }}.zip
lepol-windows-x64-self-contained-${{ steps.get_version.outputs.VERSION }}.zip
lepol-linux-x64-runtime-dependent-${{ steps.get_version.outputs.VERSION }}.zip
lepol-linux-x64-self-contained-${{ steps.get_version.outputs.VERSION }}.zip
token: ${{ secrets.GITHUB_TOKEN }}
tag_name: v${{ steps.get_version.outputs.VERSION }}
name: Release v${{ steps.get_version.outputs.VERSION }}
Expand Down

0 comments on commit 04fd9b6

Please sign in to comment.