From 61bd170f20846b2106d9d00c36cca659658299e1 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Sun, 6 Aug 2023 18:06:27 +0900 Subject: [PATCH] Minor fixes Minor tweak to Gitea workflow "publish_wasm". Mark "wasm_include/**" as vendored. --- .gitattributes | 1 + .gitea/workflows/publish_wasm.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..73f154c --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +wasm_include/** linguist-vendored diff --git a/.gitea/workflows/publish_wasm.yaml b/.gitea/workflows/publish_wasm.yaml index 87c5806..7128f90 100644 --- a/.gitea/workflows/publish_wasm.yaml +++ b/.gitea/workflows/publish_wasm.yaml @@ -6,4 +6,4 @@ jobs: Set-Up-emsdk: runs-on: archLinux steps: - - run: cd /home/gitea_act_runner && ./build_and_deploy_jumpartifact.com_demo_0.sh + - run: cd && ./build_and_deploy_jumpartifact.com_demo_0.sh -- 2.49.0