Skip to content

Commit

Permalink
Fix path in releace action
Browse files Browse the repository at this point in the history
  • Loading branch information
ThoreKr committed Apr 26, 2021
1 parent 5cbab74 commit 39fe9fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_rc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./requirement_bazaar/build/dist/BazaarService.zip
asset_path: ./reqbaz/build/dist/BazaarService.zip
asset_name: RequirementsBazaar-${{ steps.get_version.outputs.version }}.zip
asset_content_type: application/zip

0 comments on commit 39fe9fa

Please sign in to comment.