Skip to content

Commit 8107aaa

Browse files
authored
Update main.yml
1 parent 045709f commit 8107aaa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ jobs:
6060
}
6161
}
6262
- name: Archive production artifacts
63-
run: cd wp-content/themes/humanity-theme && zip -r ../../../humanity-theme-playground.zip ./
63+
run: cd wp-content/themes/humanity-theme && zip -r ../../../humanity-theme.zip ./
6464
- name: Upload artifact
6565
uses: actions/upload-artifact@v3
6666
with:
67-
name: humanity-theme-playground-zip
68-
path: humanity-theme-playground.zip
67+
name: humanity-theme-zip
68+
path: humanity-theme.zip
6969
- name: Create Release
7070
id: create_release
7171
uses: actions/create-release@v1
@@ -83,8 +83,8 @@ jobs:
8383
GITHUB_TOKEN: ${{ secrets.RELEASE2 }}
8484
with:
8585
upload_url: ${{ steps.create_release.outputs.upload_url }}
86-
asset_path: ./humanity-theme-playground.zip
87-
asset_name: humanity-theme-playground.zip
86+
asset_path: ./humanity-theme.zip
87+
asset_name: humanity-theme.zip
8888
asset_content_type: application/zip
8989

9090
# add POMO file support

0 commit comments

Comments
 (0)