Skip to content

Commit

Permalink
test publish code
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihozpolat committed Jul 30, 2024
1 parent 738c080 commit fd3ed00
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
run: dotnet restore
- name: Build
run: dotnet publish --configuration Release --output ./publish
- name: Create Zip Archive
run: zip -r ./$GITHUB_SHA.zip ./publish
- name: Release
uses: softprops/action-gh-release@v1
with:
files: ./publish/*
token: ${{ secrets.GITHUB_TOKEN }}
files: ./$GITHUB_SHA.zip
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
body: ${{ github.ref }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fd3ed00

Please sign in to comment.