Skip to content

Commit ba2a1bb

Browse files
committed
Use correct paths in release script
1 parent 95b8ddb commit ba2a1bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
uses: actions/download-artifact@v3
6161
with:
6262
name: VbaCompression_packages
63-
path: '${{ github.workspace }}/dist'
63+
path: ${{ github.workspace }}
6464

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

0 commit comments

Comments
 (0)