From 5fa44b036e8916df3cdce8bcc69cc52b1e6f96af Mon Sep 17 00:00:00 2001 From: Huoji's Date: Tue, 10 Oct 2023 18:19:44 +0800 Subject: [PATCH] Update msbuild.yml --- .github/workflows/msbuild.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 1c83a75..86e900c 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -45,17 +45,3 @@ jobs: with: name: csgo2.dll path: D:/a/csgo2_tiny_server_plugin_system/csgo2_tiny_server_plugin_system/Release/ - - - name: Upload to Release Action - # You may pin to the exact commit or the version. - # uses: Shopify/upload-to-release@9942a4c936dab172f7101dcc7dc20528ea949102 - uses: Shopify/upload-to-release@v1.0.1 - with: - # Artifact name - name: csgo2.dll - # Path to the file to upload - path: ./csgo2.dll - # Content type for the file - content-type: application/octet-stream - # secrets.GITHUB_TOKEN - repo-token: ${{ secrets.GITHUB_TOKEN }}