Skip to content

Commit

Permalink
test release
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 committed Sep 3, 2024
1 parent 2d591b1 commit 75f69bc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 7 additions & 7 deletions version.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 75f69bc

Please sign in to comment.