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 fcf926b commit 07726e2Copy full SHA for 07726e2
.github/workflows/package-release.yml
@@ -57,6 +57,7 @@ jobs:
57
DEPLOY_ZIP="deploy_${APP_NAME}_${TAG_NAME}.zip"
58
echo "Creating deployable ZIP file: ${DEPLOY_ZIP}"
59
zip -r $DEPLOY_ZIP "${APP_NAME}_source_${TAG_NAME}.tar.gz" deploy_improver.sh
60
+ echo "DEPLOY_ZIP=${DEPLOY_ZIP}" >> $GITHUB_ENV
61
62
- name: Fetch Autogenerated Release Notes
63
id: fetch_notes
0 commit comments