diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6b8aab0..1dc0156 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,4 +18,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: package - path: packaged/output/*.yymps \ No newline at end of file + path: package.yymps \ No newline at end of file diff --git a/tools/bundle/bundle.json b/tools/bundle/bundle.json index 591e949..9c11c0e 100644 --- a/tools/bundle/bundle.json +++ b/tools/bundle/bundle.json @@ -4,7 +4,7 @@ "ImGui_GM.yyp", "metadata.json" ], - "Target": "packaged/output/imgui_gm_v${Version}.yymps", + "Target": "package.yymps", "Variables": { "VersionBase": "1.0.10", "Version": "1.0.15"