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