From c6ba218a66449c8abeac6de6daa0c0e168540631 Mon Sep 17 00:00:00 2001 From: xenticore Date: Fri, 21 Mar 2025 14:10:10 -0400 Subject: [PATCH] ci: fix `asset_path` --- .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 640ee90..a8953ff 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -41,6 +41,6 @@ jobs: GITHUB_TOKEN: ${{ github.token }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: dist/userscript/tf2wikipricing.user.js + asset_path: ./dist/userscript/tf2wikipricing.user.js asset_name: tf2wikipricing.user.js asset_content_type: text/javascript \ No newline at end of file