Skip to content

Commit

Permalink
try fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihozpolat committed Jul 30, 2024
1 parent 4f2563e commit f4073e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build
run: dotnet publish --configuration Release --output ./publish
- name: Extract Tag Name
run: echo "TAG_NAME=$(echo ${GITHUB_REF#refs/tags/})" >> $GITHUB_ENV"
run: echo "TAG_NAME=$(echo ${GITHUB_REF#refs/tags/})" >> $GITHUB_ENV
- name: Create Zip Archive
run: 7z a ./${{ env.TAG_NAME }}.zip ./publish
- name: Release
Expand Down

0 comments on commit f4073e0

Please sign in to comment.