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 ff3d554 commit 26bedccCopy full SHA for 26bedcc
.github/actions/debug/action.yml
@@ -53,20 +53,7 @@ runs:
53
# Allow updates for .org
54
sed -i -e '/\* Update URI: false/d' "dist/${{ env.SLUG }}/faustwp.php"
55
56
- # Create .org zip file
57
- org_zip_file="faustwp-${{ env.VERSION }}.org.zip"
58
- zip -r "$org_zip_file" "dist/${{ env.SLUG }}"
59
-
60
- # Save zip path to output
61
- echo "org-zip-path=$PWD/$org_zip_file" >> $GITHUB_ENV
62
- shell: bash
63
64
- - id: debug-org-changes
65
- name: Debug Check .org Zip File
66
- run: |
67
- echo ".org zip file path: ${{ steps.zip-org.outputs.zip-path }}"
68
- ls -lah ${{ steps.zip-org.outputs.zip-path }}
69
- unzip -l ${{ steps.zip-org.outputs.zip-path }}
+ # Check outputs
70
cat "dist/${{ env.SLUG }}/CHANGELOG.md"
71
cat "dist/${{ env.SLUG }}/faustwp.php"
72
shell: bash
0 commit comments