We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b8ddb commit ba2a1bbCopy full SHA for ba2a1bb
.github/workflows/release.yml
@@ -60,7 +60,7 @@ jobs:
60
uses: actions/download-artifact@v3
61
with:
62
name: VbaCompression_packages
63
- path: '${{ github.workspace }}/dist'
+ path: ${{ github.workspace }}
64
65
- name: setup dotnet
66
uses: actions/setup-dotnet@v3
@@ -98,4 +98,4 @@ jobs:
98
if: always() && startsWith(github.ref, 'refs/tags/')
99
100
name: 'VbaCompression ${{ github.ref_name }}'
101
- body_path: ${{ github.workspace }}/dist/README.md
+ body_path: ${{ github.workspace }}/src/Kavod.Vba.Compression/README.md
0 commit comments