File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8383 npm run vsce-deploy ${VERSION}
8484 popd
8585 - name : Release
86- uses : softprops/action-gh-release@v2
86+ uses : softprops/action-gh-release@v3
8787 with :
8888 files : |
8989 src/CHttp/bin/Release/${{ env.GH_PACKAGE_VERSION }}/win-x64/publish/chttp-win-x64.exe
@@ -121,7 +121,7 @@ jobs:
121121 dotnet publish src/CHttp/CHttp.csproj --configuration ${{ env.CONFIGURATION }} -p:Version=${{ env.VERSION }} -p:PublishAot=true --runtime win-arm64
122122 mv src/CHttp/bin/Release/${{ env.GH_PACKAGE_VERSION }}/win-arm64/publish/CHttp.exe src/CHttp/bin/Release/${{ env.GH_PACKAGE_VERSION }}/win-arm64/publish/chttp-win-arm64-aot.exe
123123 - name : Release
124- uses : softprops/action-gh-release@v2
124+ uses : softprops/action-gh-release@v3
125125 with :
126126 files : |
127127 src/CHttp/bin/Release/${{ env.GH_PACKAGE_VERSION }}/win-x64/publish/chttp-win-x64-aot.exe
You can’t perform that action at this time.
0 commit comments