Skip to content

Commit

Permalink
Update create-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
riffy authored Feb 2, 2024
1 parent 9055a8b commit 57d1d1b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,18 @@ jobs:
- name: Remove Unwanted Directories
run: |
rm -rf ./paldmin/docs && rm -rf ./paldmin/.git && rm -rf ./paldmin/.github
- name: Display File Permissions Before
run: |
ls -lR ./paldmin
- name: Apply CHMOD to PL and CGI files
run: |
find ./paldmin -type f \( -name "*.pl" -o -name "*.cgi" \) -exec chmod +x {} \;
- name: Display File Permissions After
run: |
ls -lR ./paldmin
- name: Create Artifact
run: |
Expand Down

0 comments on commit 57d1d1b

Please # to comment.