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 2a0e893 commit 229422f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@ jobs:
type: 'zip'
path: 'CCExtractorTester\bin\Release\artifact'
filename: 'CCExtractorTestSuite-${{ github.event.release.tag_name }}.zip'


- name: Sanity check
run: ls .; ls ./artifact
working-directory: CCExtractorTester\bin\Release\

- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 229422f

Please sign in to comment.