Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AmnestyAM authored Dec 4, 2024
1 parent 7d3963c commit dbff42b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@ jobs:
}
}
- name: Archive production artifacts
run: cd wp-content/themes/humanity-theme && zip -r ../../humanity-theme-playground.zip ./humanity-theme
- name: Check for ZIP file
run: find . -name "humanity-theme-playground.zip" -exec ls -la {} \;
run: cd wp-content/themes/humanity-theme && zip -r ../../../humanity-theme-playground.zip ./humanity-theme
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit dbff42b

Please sign in to comment.