File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v3
1818
1919 - name : Add MSBuild to PATH
20- uses : microsoft/setup-msbuild@v1.0.2
20+ uses : microsoft/setup-msbuild@v1
2121
2222 - name : Setup Java
2323 uses : actions/setup-java@v3
2727
2828 - name : Get version from tag
2929 id : get-version
30- run : echo ("::set-output name= version:: " + $env:GITHUB_REF.replace('refs/tags/v', ''))
30+ run : echo ("version= " + $env:GITHUB_REF.replace('refs/tags/v', '')) >> $env:GITHUB_OUTPUT
3131
3232 - name : Install cert
3333 shell : pwsh
8383 Compress-Archive -Path ".\TextECodeCLI\publish\TextECode_${{ steps.get-version.outputs.version }}_SelfContained_x86" -DestinationPath "${{ runner.temp }}\TextECode_${{ steps.get-version.outputs.version }}_SelfContained_x86.zip"
8484
8585 - name : Release (GitHub)
86- uses : softprops/action-gh-release@v1
86+ uses : softprops/action-gh-release@v0.1.13
8787 with :
8888 files : |
8989 ${{ runner.temp }}\TextECode_${{ steps.get-version.outputs.version }}_Appx.zip
You can’t perform that action at this time.
0 commit comments