Skip to content

Commit 78dddd8

Browse files
Merge pull request #40 from TheGiddyLimit/feature/23-automate-release
2 parents d4b66a5 + 7b04bc1 commit 78dddd8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/push-master.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Archive Release
2626
run: |
2727
pushd dist/plutonium-addon-automation
28-
zip -r plutonium-addon-automation.zip .
28+
zip -r ../../plutonium-addon-automation.zip .
2929
popd
3030
3131
- name: Upload Release

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.4",
3+
"version": "0.1.5",
44
"author": "Giddy",
55
"type": "module",
66
"license": "MIT",

0 commit comments

Comments
 (0)