зеркало из https://github.com/microsoft/2LCS.git
Merge pull request #92 from FH-Inway/update-action-gh-release-version
Update action gh release version
This commit is contained in:
Коммит
54c66a57e9
|
@ -21,7 +21,6 @@ jobs:
|
|||
run: msbuild 2LCS/2LCS.csproj /p:VersionSuffix=pr /p:Configuration=Release /p:Version=0.0.0.${{ github.event.pull_request.number }} /p:InformationalVersion=0.0.0.${{ github.event.pull_request.number }}-pr
|
||||
- name: Upload 2LCS.zip
|
||||
uses: actions/upload-artifact@v3
|
||||
# uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
name: 2LCS
|
||||
path: 2LCS/bin/Release
|
||||
|
|
|
@ -47,7 +47,7 @@ jobs:
|
|||
run: Compress-Archive -Path 2LCS\bin\Release\* -DestinationPath 2LCS_${{ inputs.release_name }}.zip
|
||||
|
||||
- name: Create release
|
||||
uses: softprops/action-gh-release@v1
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
name: ${{ inputs.release_name }}
|
||||
tag_name: ${{ inputs.release_name }}
|
||||
|
|
Загрузка…
Ссылка в новой задаче