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 e7a9449 commit b1620a5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,9 @@ jobs:
path: '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:
files: |
CCExtractorTester\bin\Release\CCExtractorTestSuite-${{ github.event.release.tag_name }}.zip
CCExtractorTester/bin/Release/CCExtractorTestSuite-${{ github.event.release.tag_name }}.zip

0 comments on commit b1620a5

Please sign in to comment.