Skip to content

Commit dfb3888

Browse files
committed
temporary release method
1 parent 6d7952f commit dfb3888

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ jobs:
2020
- run: npm install -g rollup
2121
- run: npm install -g terser
2222
- run: npm run build
23-
- name: Bump version and create release
23+
- run: zip -r bottlecap.zip dist/*
24+
- name: Create release
2425
id: release
2526
uses: softprops/action-gh-release@v1
2627
with:
27-
files: dist/*
28+
files: bottlecap.zip
2829
token: ${{ secrets.GITHUB_TOKEN }}
2930
tag_name: ${{ github.event.inputs.releaseTag }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bottlecap",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "A 2D GAME FRAMEWORK FOR HYPERCASUAL GAMES",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)