diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cbbc170..958d26c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -45,3 +45,4 @@ jobs: asset_path: ./bin/main.exe # Path to the EXE asset_name: main.exe # Name of the asset for the release asset_content_type: application/octet-stream # Set the correct content type + token: ${{ secrets.PAT_TOKEN }} # Use the Personal Access Token from the repository secrets