mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-24 08:30:26 +00:00
rc release combine
This commit is contained in:
parent
ad54398c9c
commit
81eda4bc7c
2 changed files with 5 additions and 4 deletions
8
.github/workflows/upload_artifact.yml
vendored
8
.github/workflows/upload_artifact.yml
vendored
|
@ -52,7 +52,7 @@ jobs:
|
|||
|
||||
- name: Upload To Azure Blob
|
||||
uses: LanceMcCarthy/Action-AzureBlobUpload@v2
|
||||
if: ${{ steps.check_changes.outputs.release == 'false' }}
|
||||
if: ${{ steps.update_data.outputs.release == 'false' }}
|
||||
with:
|
||||
connection_string: ${{ secrets.AZURE_STORAGE_ARTIFACT }}
|
||||
container_name: dev
|
||||
|
@ -63,7 +63,7 @@ jobs:
|
|||
|
||||
- name: Create Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
if: ${{ steps.check_changes.outputs.release == 'false' }}
|
||||
if: ${{ steps.update_data.outputs.release == 'false' }}
|
||||
with:
|
||||
files: /*
|
||||
tag_name: v${{ env.VERSION }}-rc
|
||||
|
@ -74,7 +74,7 @@ jobs:
|
|||
|
||||
- name: Upload To Azure Blob
|
||||
uses: LanceMcCarthy/Action-AzureBlobUpload@v2
|
||||
if: ${{ steps.check_changes.outputs.release == 'true' }}
|
||||
if: ${{ steps.update_data.outputs.release == 'true' }}
|
||||
with:
|
||||
connection_string: ${{ secrets.AZURE_STORAGE_ARTIFACT }}
|
||||
container_name: release
|
||||
|
@ -85,7 +85,7 @@ jobs:
|
|||
|
||||
- name: Create Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
if: ${{ steps.check_changes.outputs.release == 'true' }}
|
||||
if: ${{ steps.update_data.outputs.release == 'true' }}
|
||||
with:
|
||||
files: /*
|
||||
tag_name: v${{ env.VERSION }}
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
},
|
||||
"OS": {
|
||||
"Fedora": [
|
||||
"38",
|
||||
"37",
|
||||
"35"
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue