From 76eec5f529e12f145c008cee4f5bc7db2ed66ce6 Mon Sep 17 00:00:00 2001 From: Itsigo <113386020+Itsig0@users.noreply.github.com> Date: Wed, 12 Nov 2025 15:36:41 +0000 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f419f95..be74f5b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -36,6 +36,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./tmp/pocketmovie asset_name: pocketmovie - asset_content_type: application + asset_path: ./tmp/pocketmovie + asset_content_type: application/octet-stream