Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RecklessBoon authored Oct 31, 2023
1 parent 0e39f9e commit a0793e8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,15 @@ jobs:
path: plugin

- name: Extract Extension Info
id: extension_info
id: extract-manifest
shell: bash
run: |
manifest=$(cat "./plugin/ExtensionManifest.json" | dos2unix | perl -pe 'chomp if eof')
echo "manifest=${manifest}" >> $GITHUB_OUTPUT
delim="EOF-${RANDOM}"
echo "manifest<<${delim}" >> $GITHUB_ENV
echo $manifest >> $GITHUB_ENV
echo -e "\n${delim}" >> $GITHUB_ENV
- name: Print Extension Info
shell: bash
Expand Down

0 comments on commit a0793e8

Please sign in to comment.