Skip to content

Commit

Permalink
fix: zip command debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexStormwood committed Mar 27, 2024
1 parent e3b3078 commit 6387a7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/generateRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ jobs:
- name: Get Repository Name
id: repo-name
uses: MariachiBear/[email protected]

- name: Check for files
run: ls

- name: ZIP up the plugin code
run: zip -j ${{ steps.repo-name.outputs.repository-name }}.zip ./
Expand Down

0 comments on commit 6387a7d

Please sign in to comment.