mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-25 00:50:30 +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 CHANGELOG.md artifacts
|
||||||
cp artifacts/websoft9-${{ steps.convert_version.outputs.VERSION_CORE }}.zip artifacts/websoft9-latest.zip
|
cp artifacts/websoft9-${{ steps.convert_version.outputs.VERSION_CORE }}.zip artifacts/websoft9-latest.zip
|
||||||
|
|
||||||
- name: Upload To Azure Blob
|
- name: Upload To cloudflare r2
|
||||||
uses: LanceMcCarthy/Action-AzureBlobUpload@v2
|
uses: ryand56/r2-upload-action@latest
|
||||||
with:
|
with:
|
||||||
connection_string: ${{ secrets.AZURE_STORAGE_ARTIFACT }}
|
r2-account-id: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
||||||
container_name: ${{ steps.convert_version.outputs.CHANNEL }}
|
r2-access-key-id: ${{ secrets.CLOUDFLARE_SECRET_ID }}
|
||||||
source_folder: artifacts/
|
r2-secret-access-key: ${{ secrets.CLOUDFLARE_SECRET_KEY }}
|
||||||
destination_folder: ./websoft9
|
r2-bucket: artifact
|
||||||
delete_if_exists: true
|
source-dir: artifacts
|
||||||
fail_if_source_empty: true
|
destination-dir: ./${{ steps.convert_version.outputs.CHANNEL }}/websoft9
|
||||||
|
|
||||||
- name: Create Github Release
|
- name: Create Github Release
|
||||||
uses: softprops/action-gh-release@v1
|
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": {
|
"plugins": {
|
||||||
"portainer": "0.1.1",
|
"portainer": "0.1.2",
|
||||||
"nginx": "0.0.8",
|
"nginx": "0.0.9",
|
||||||
"gitea": "0.0.6",
|
"gitea": "0.0.7",
|
||||||
"myapps": "0.2.5",
|
"myapps": "0.2.6",
|
||||||
"appstore": "0.2.4",
|
"appstore": "0.2.5",
|
||||||
"settings": "0.1.2",
|
"settings": "0.1.3",
|
||||||
"navigator": "0.5.10"
|
"navigator": "0.5.10"
|
||||||
},
|
},
|
||||||
"OS": {
|
"OS": {
|
||||||
|
|
Loading…
Reference in a new issue