mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 15:10:22 +00:00
test release
This commit is contained in:
parent
2d591b1295
commit
75f69bc6ac
2 changed files with 15 additions and 15 deletions
16
.github/workflows/release.yml
vendored
16
.github/workflows/release.yml
vendored
|
@ -60,15 +60,15 @@ jobs:
|
|||
cp CHANGELOG.md artifacts
|
||||
cp artifacts/websoft9-${{ steps.convert_version.outputs.VERSION_CORE }}.zip artifacts/websoft9-latest.zip
|
||||
|
||||
- name: Upload To Azure Blob
|
||||
uses: LanceMcCarthy/Action-AzureBlobUpload@v2
|
||||
- name: Upload To cloudflare r2
|
||||
uses: ryand56/r2-upload-action@latest
|
||||
with:
|
||||
connection_string: ${{ secrets.AZURE_STORAGE_ARTIFACT }}
|
||||
container_name: ${{ steps.convert_version.outputs.CHANNEL }}
|
||||
source_folder: artifacts/
|
||||
destination_folder: ./websoft9
|
||||
delete_if_exists: true
|
||||
fail_if_source_empty: true
|
||||
r2-account-id: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
||||
r2-access-key-id: ${{ secrets.CLOUDFLARE_SECRET_ID }}
|
||||
r2-secret-access-key: ${{ secrets.CLOUDFLARE_SECRET_KEY }}
|
||||
r2-bucket: artifact
|
||||
source-dir: artifacts
|
||||
destination-dir: ./${{ steps.convert_version.outputs.CHANNEL }}/websoft9
|
||||
|
||||
- name: Create Github Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
|
|
14
version.json
14
version.json
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"version": "2.1.12-rc2",
|
||||
"version": "2.1.12-rc1",
|
||||
"plugins": {
|
||||
"portainer": "0.1.1",
|
||||
"nginx": "0.0.8",
|
||||
"gitea": "0.0.6",
|
||||
"myapps": "0.2.5",
|
||||
"appstore": "0.2.4",
|
||||
"settings": "0.1.2",
|
||||
"portainer": "0.1.2",
|
||||
"nginx": "0.0.9",
|
||||
"gitea": "0.0.7",
|
||||
"myapps": "0.2.6",
|
||||
"appstore": "0.2.5",
|
||||
"settings": "0.1.3",
|
||||
"navigator": "0.5.10"
|
||||
},
|
||||
"OS": {
|
||||
|
|
Loading…
Reference in a new issue