Skip to content

Commit f277616

Browse files
committed
Add slash to dir path
1 parent 2555e16 commit f277616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,6 @@ jobs:
127127
- name: Do release
128128
uses: ncipollo/release-action@v1
129129
with:
130-
artifacts: "vhdl_lang-x86_64-unknown-linux-gnu,vhdl_ls-x86_64-unknown-linux-gnu,vhdl_lang-x86_64-pc-windows-msvc,vhdl_ls-x86_64-pc-windows-msvc"
130+
artifacts: "vhdl_lang-x86_64-unknown-linux-gnu/,vhdl_ls-x86_64-unknown-linux-gnu/,vhdl_lang-x86_64-pc-windows-msvc/,vhdl_ls-x86_64-pc-windows-msvc/"
131131
bodyFile: "release_notes/v${{ steps.get-version.outputs.VERSION }}.md"
132132
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)