File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 4040 token : ${{ secrets.GITHUB_TOKEN }}
4141
4242 build-web :
43- runs-on : ubuntu -latest
43+ runs-on : windows -latest
4444 strategy :
4545 matrix :
4646 dotnet-version : ['8.0.x' ]
5555 run : dotnet restore bprintweb -r linux-arm64
5656 - name : Build
5757 run : |
58- ref_name="${{ github.ref_name }}"
59- appversion="${ref_name:1}"
60- echo "$appversion"
61- dotnet publish --configuration Release --no-restore /p:Version="$appversion" -r linux-arm64 --self-contained bprintweb
58+ $appversion = "${{ github.ref_name }}".substring(1)
59+ echo $appversion
60+ dotnet publish --configuration Release --no-restore /p:Version="$appversion" -r linux-arm64 --self-contained bprintweb
6261 - name : Zip Release
6362 uses : TheDoctor0/zip-release@0.6.0
6463 with :
You can’t perform that action at this time.
0 commit comments