Skip to content

Commit 07726e2

Browse files
committed
modify build actions
1 parent fcf926b commit 07726e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/package-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
DEPLOY_ZIP="deploy_${APP_NAME}_${TAG_NAME}.zip"
5858
echo "Creating deployable ZIP file: ${DEPLOY_ZIP}"
5959
zip -r $DEPLOY_ZIP "${APP_NAME}_source_${TAG_NAME}.tar.gz" deploy_improver.sh
60+
echo "DEPLOY_ZIP=${DEPLOY_ZIP}" >> $GITHUB_ENV
6061
6162
- name: Fetch Autogenerated Release Notes
6263
id: fetch_notes

0 commit comments

Comments
 (0)