ci: update github action

This commit is contained in:
cxfksword 2023-12-02 16:12:21 +08:00
parent a1fb0e9a57
commit 209c46d620
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ jobs:
VERSION=$(echo "v1.7.3" | 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