Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

Commit 2cf58ff

Browse files
author
JR Charles
committed
rename .zip
1 parent 9fe97ff commit 2cf58ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
uses: thedoctor0/zip-release@master
1313
with:
1414
type: "zip"
15-
filename: "release.zip"
15+
filename: "parone-drupal-plugin-latest.zip"
1616
path: "parone_shortcode"
1717
exclusions: "*.git* /*node_modules/* .editorconfig"
1818
- name: Upload Release
1919
uses: ncipollo/release-action@v1
2020
with:
21-
artifacts: "release.zip"
21+
artifacts: "parone-drupal-plugin-latest.zip"
2222
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)