Skip to content

Commit

Permalink
fix: fix upload release asset path (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabynevada authored Jun 20, 2023
1 parent ed66ac8 commit 848ef97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: ./publish/file-extractor-${{ matrix.runtime }}.${{ runner.os == 'Windows' && 'zip' || 'tar.gz' }}
file: ./artifacts/publish/FileExtractor.CLI/file-extractor-${{ matrix.runtime }}.${{ runner.os == 'Windows' && 'zip' || 'tar.gz' }}
tags: true

0 comments on commit 848ef97

Please sign in to comment.