Skip to content

Commit

Permalink
Clean up the publish github action (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeseggie committed Jul 13, 2023
1 parent 76f1a04 commit b36515a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,3 @@ jobs:
with:
name: HESIMS
path: ./src/dev/HESIMS/HESIMS.Web/bin/Release/net7.0/publish

- name: Zip Release Package
uses: thedoctor0/zip-release@0.7.1
with:
type: 'zip'
filename: 'HESIMS.zip'
path: './src/dev/HESIMS/HESIMS.Web/bin/Release/net7.0/publish'

- name: Upload Release Package
uses: ncipollo/release-action@v1.12.0
with:
artifacts: "HESIMS.zip"

0 comments on commit b36515a

Please sign in to comment.