Skip to content

Commit

Permalink
Use correct paths in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefizso committed Jan 28, 2023
1 parent 95b8ddb commit ba2a1bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: VbaCompression_packages
path: '${{ github.workspace }}/dist'
path: ${{ github.workspace }}

- name: setup dotnet
uses: actions/setup-dotnet@v3
Expand Down Expand Up @@ -98,4 +98,4 @@ jobs:
if: always() && startsWith(github.ref, 'refs/tags/')
with:
name: 'VbaCompression ${{ github.ref_name }}'
body_path: ${{ github.workspace }}/dist/README.md
body_path: ${{ github.workspace }}/src/Kavod.Vba.Compression/README.md

0 comments on commit ba2a1bb

Please sign in to comment.