From 0610f419389761abd0e7ac80277351cb5d9b2fb9 Mon Sep 17 00:00:00 2001 From: xenticore Date: Thu, 1 May 2025 19:43:20 -0400 Subject: [PATCH] ci: correct path to userscript on release --- .gitea/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 68c2590..c15a765 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -53,5 +53,5 @@ jobs: name: "v${{ need.build.outputs.version }}" files: | dist/tf2wikipricing.crx - dist/tf2wikipricing.user.js + dist/userscript/tf2wikipricing.user.js sha256sum: true \ No newline at end of file