ci: update github action

This commit is contained in:
cxfksword 2023-12-02 15:40:45 +08:00
parent 7d6a172386
commit 072779f172
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ jobs:
VERSION=$(echo "${GITHUB_REF#refs/*/}" | sed s/^v//)
VERSION="$VERSION.0"
echo ::set-output name=VERSION::${VERSION}
echo ::set-output name=APP_NAME::$(echo '${{ env.artifact }}_${{VERSION}}')
echo ::set-output name=APP_NAME::$(echo '${{ env.artifact }}_${VERSION}')
- name: Build
run: |
dotnet restore ${{ env.project }}/${{ env.project }}.csproj --no-cache