Skip to content

Commit

Permalink
fix: permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson2427 committed Oct 17, 2024
1 parent eb9d36a commit bc4d7dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ jobs:
pip install -r requirements.txt
silverback build --generate
- name: Check File Permissions
if: steps.check_dir.outputs.directory_exists == 'false'
run: |
chmod -R +r ${{ env.TARGET_DIR }}
- name: Verify Dockerfiles Exist
run: |
if [ ! -d "${{ env.TARGET_DIR }}" ]; then
Expand Down

0 comments on commit bc4d7dc

Please sign in to comment.