Skip to content

Commit d4b66a5

Browse files
Merge pull request #39 from TheGiddyLimit/feature/23-automate-release
2 parents de18e07 + 9c3f229 commit d4b66a5

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/push-master.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
2525
- name: Archive Release
2626
run: |
27-
zip -r plutonium-addon-automation.zip dist/plutonium-addon-automation
27+
pushd dist/plutonium-addon-automation
28+
zip -r plutonium-addon-automation.zip .
29+
popd
2830
2931
- name: Upload Release
3032
run: |

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plutonium-addon-automation",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"author": "Giddy",
55
"type": "module",
66
"license": "MIT",

0 commit comments

Comments
 (0)