Skip to content

Commit 26bedcc

Browse files
committed
Fixed test workflow.
1 parent ff3d554 commit 26bedcc

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/actions/debug/action.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -53,20 +53,7 @@ runs:
5353
# Allow updates for .org
5454
sed -i -e '/\* Update URI: false/d' "dist/${{ env.SLUG }}/faustwp.php"
5555
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 }}
56+
# Check outputs
7057
cat "dist/${{ env.SLUG }}/CHANGELOG.md"
7158
cat "dist/${{ env.SLUG }}/faustwp.php"
7259
shell: bash

0 commit comments

Comments
 (0)