Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
canihavesomecoffee authored Dec 25, 2023
1 parent e4893e9 commit add47b6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,12 @@ jobs:
uses: thedoctor0/zip-release@master
with:
type: 'zip'
directory: 'CCExtractorTester\bin\Release'
path: 'artifact'
directory: 'CCExtractorTester\bin\Release\artifact'
filename: 'CCExtractorTestSuite-${{ github.event.release.tag_name }}.zip'


- name: Release
uses: softprops/action-gh-release@v1
with:
files: |
CCExtractorTester/bin/Release/CCExtractorTestSuite-${{ github.event.release.tag_name }}.zip
CCExtractorTester/bin/Release/artifact/CCExtractorTestSuite-${{ github.event.release.tag_name }}.zip

0 comments on commit add47b6

Please sign in to comment.