Update config.yml

This commit is contained in:
Core 2022-03-17 12:07:31 +00:00 committed by GitHub
parent b78a35f23c
commit 069b30e06c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,6 +76,4 @@ jobs:
- run: - run:
name: Publish Release name: Publish Release
command: | command: |
cd ~/Cider/dist/artifacts gh release create "v${APP_VERSION}.${CIRCLE_BUILD_NUM}" --prerelease --target ${CIRCLE_SHA1} --title "${CIRCLE_BRANCH}-${CIRCLE_BUILD_NUM}" --generate-notes -R ciderapp/Cider ~/Cider/dist/artifacts/*.deb ~/Cider/dist/artifacts/*.AppImage ~/Cider/dist/artifacts/*.snap ~/Cider/dist/artifacts/*.exe ~/Cider/dist/artifacts/*.yml ~/Cider/dist/artifacts/*.blockmap
ls
gh release create "v${APP_VERSION}.${CIRCLE_BUILD_NUM}" --prerelease --target ${CIRCLE_SHA1} --title "${CIRCLE_BRANCH}-${CIRCLE_BUILD_NUM}" --generate-notes -R ciderapp/Cider Cider-Setup-*.*.*.exe Cider-Setup-winget-*.*.*.exe *.deb *.AppImage *.snap *.yml *.blockmap