Skip to content

Commit

Permalink
ci: update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
cxfksword committed Dec 2, 2023
1 parent a1fb0e9 commit 209c46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 209c46d

Please sign in to comment.