Skip to content

Commit

Permalink
code i
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihozpolat committed Jul 30, 2024
1 parent f4073e0 commit 0d35199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
- name: Extract Tag Name
run: echo "TAG_NAME=$(echo ${GITHUB_REF#refs/tags/})" >> $GITHUB_ENV
- name: Create Zip Archive
run: 7z a ./${{ env.TAG_NAME }}.zip ./publish
run: 7z a ./pvm.zip ./publish
- name: Release
uses: softprops/action-gh-release@v1
with:
files: ./${{ env.TAG_NAME }}.zip
files: ./pvm.zip
tag_name: ${{ env.TAG_NAME }}
token: ${{ secrets.GITHUB_TOKEN }}
body: Release ${{ env.TAG_NAME }}

0 comments on commit 0d35199

Please sign in to comment.