Skip to content

Commit

Permalink
upload package artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
nommiin committed Nov 24, 2023
1 parent 57ca723 commit 6a2e974
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@ jobs:
- run: npm install
working-directory: ./tools/bundle/
- run: node tools/bundle/main.js
- name: Upload package
uses: actions/upload-artifact@v3
with:
name: package
path: packaged/output/*.yymps
2 changes: 1 addition & 1 deletion tools/bundle/bundle.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"ImGui_GM.yyp",
"metadata.json"
],
"Target": "packaged/imgui_gm_v${Version}.yymps",
"Target": "packaged/output/imgui_gm_v${Version}.yymps",
"Variables": {
"VersionBase": "1.0.10",
"Version": "1.0.15"
Expand Down

0 comments on commit 6a2e974

Please sign in to comment.