Skip to content

Commit

Permalink
update theme name
Browse files Browse the repository at this point in the history
  • Loading branch information
Moggach committed Nov 30, 2023
1 parent 28d0102 commit 7a326e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/zip-file-on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- name: Zip Folder
run: |
cd web/app/themes/
zip -r twentytwentythree.zip twentytwentythree
zip -r solidarityknowsnoborders.zip solidarityknowsnoborders
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: twentytwentythree
path: web/app/themes/twentytwentythree.zip
name: solidarityknowsnoborders
path: web/app/themes/solidarityknowsnoborders.zip

0 comments on commit 7a326e8

Please sign in to comment.