Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
canihavesomecoffee committed Dec 25, 2023
1 parent 229422f commit e7a9449
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -36,7 +36,8 @@ jobs:
uses: thedoctor0/zip-release@master
with:
type: 'zip'
path: 'CCExtractorTester\bin\Release\artifact'
directory: 'CCExtractorTester\bin\Release'
path: 'artifact'
filename: 'CCExtractorTestSuite-${{ github.event.release.tag_name }}.zip'

- name: Sanity check
Expand Down

0 comments on commit e7a9449

Please sign in to comment.