Update msbuild.yml

This commit is contained in:
Huoji's
2023-10-10 17:54:26 +08:00
committed by GitHub
parent 13a38ed82d
commit 9f37e414f2

View File

@@ -54,16 +54,16 @@ jobs:
release_name: Release ${{ github.ref }} release_name: Release ${{ github.ref }}
draft: false draft: false
prerelease: false prerelease: false
- name: Upload to Release Action #- name: Upload to Release Action
# You may pin to the exact commit or the version. # You may pin to the exact commit or the version.
# uses: Shopify/upload-to-release@9942a4c936dab172f7101dcc7dc20528ea949102 # uses: Shopify/upload-to-release@9942a4c936dab172f7101dcc7dc20528ea949102
uses: Shopify/upload-to-release@v1.0.1 # uses: Shopify/upload-to-release@v1.0.1
with: # with:
# Artifact name # Artifact name
name: csgo2.dll # name: csgo2.dll
# Path to the file to upload # Path to the file to upload
path: ./csgo2.dll # path: ./csgo2.dll
# Content type for the file # Content type for the file
content-type: application/octet-stream # content-type: application/octet-stream
# secrets.GITHUB_TOKEN # secrets.GITHUB_TOKEN
repo-token: ${{ secrets.GITHUB_TOKEN }} # repo-token: ${{ secrets.GITHUB_TOKEN }}