File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727 echo "::set-output name=notion_version::$NOTION_VERSION"
2828 echo "::set-output name=notion_repackaged_revision::$NOTION_REPACKAGED_REVISION"
2929 echo "::set-output name=notion_download_hash::$NOTION_DOWNLOAD_HASH"
30- echo "::set-output name=notion_enhancer_commit ::$NOTION_ENHANCER_COMMIT "
30+ echo "::set-output name=notion_enhancer_desktop_commit ::$NOTION_ENHANCER_DESKTOP_COMMIT "
3131
3232 NOTION_REPACKAGED_VERSION_REV="${NOTION_VERSION}-${NOTION_REPACKAGED_REVISION}"
3333 echo "::set-output name=notion_repackaged_version_rev::$NOTION_REPACKAGED_VERSION_REV"
3636 notion_repackaged_revision : ${{ steps.preload-variables.outputs.notion_repackaged_revision }}
3737 notion_repackaged_version_rev : ${{ steps.preload-variables.outputs.notion_repackaged_version_rev }}
3838 notion_download_hash : ${{ steps.preload-variables.outputs.notion_download_hash }}
39- notion_enhancer_commit : ${{ steps.preload-variables.outputs.notion_enhancer_commit }}
39+ notion_enhancer_desktop_commit : ${{ steps.preload-variables.outputs.notion_enhancer_desktop_commit }}
4040
4141 create-release :
4242 name : Create release
9595 run : 7z x vanilla-src.zip
9696 - name : Enhance extracted sources
9797 env :
98- NOTION_ENHANCER_COMMIT : ${{ needs.preload-variables.outputs.notion_enhancer_commit }}
98+ NOTION_ENHANCER_DESKTOP_COMMIT : ${{ needs.preload-variables.outputs.notion_enhancer_desktop_commit }}
9999 run : scripts/enhance-src.sh
100100 - name : Zip sources dir with 7z
101101 working-directory : build
You can’t perform that action at this time.
0 commit comments