Skip to content

Commit

Permalink
modify build actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecarr committed Dec 8, 2024
1 parent fcf926b commit 07726e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
DEPLOY_ZIP="deploy_${APP_NAME}_${TAG_NAME}.zip"
echo "Creating deployable ZIP file: ${DEPLOY_ZIP}"
zip -r $DEPLOY_ZIP "${APP_NAME}_source_${TAG_NAME}.tar.gz" deploy_improver.sh
echo "DEPLOY_ZIP=${DEPLOY_ZIP}" >> $GITHUB_ENV
- name: Fetch Autogenerated Release Notes
id: fetch_notes
Expand Down

0 comments on commit 07726e2

Please sign in to comment.