chore: fix release workflow

- globs don't expand in quoted strings to the contrary of variables
This commit is contained in:
Arthur Meyre
2021-10-12 10:13:05 +02:00
parent ea7e117815
commit fd40a8b951

View File

@@ -577,7 +577,7 @@ jobs:
zip -r "${ARTIFACTS_PACKAGED_DIR}/html-docs.zip" ./*
tar -cvzf "${ARTIFACTS_PACKAGED_DIR}/html-docs.tar.gz" ./*
popd
cp "${RAW_CHANGELOG_DIR}/*" "${ARTIFACTS_PACKAGED_DIR}"
cp "${RAW_CHANGELOG_DIR}"/* "${ARTIFACTS_PACKAGED_DIR}"
- name: Create GitHub release
if: ${{ success() && !cancelled() }}
id: create-release