diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index b4114a2..2ecde44 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -208,18 +208,6 @@ jobs: path: | ./artifacts/* - - name: Upload OSS - if: ${{ env.OSS_BUCKET != '' }} - uses: Menci/upload-to-oss@main - with: - access-key-id: ${{ secrets.ALIYUN_OSS_ACCESS_ID }} - access-key-secret: ${{ secrets.ALIYUN_OSS_ACCESS_KEY }} - endpoint: ${{ secrets.ALIYUN_OSS_ENDPOINT }} - bucket: ${{ secrets.ALIYUN_OSS_BUCKET }} - local-path: ./artifacts/ - remote-path: /easytier-releases/${{env.GIT_DESC}}/easytier-${{ matrix.ARTIFACT_NAME }} - no-delete-remote-files: true - retry: 5 core-result: if: needs.pre_job.outputs.should_skip != 'true' && always() runs-on: ubuntu-latest diff --git a/.github/workflows/gui.yml b/.github/workflows/gui.yml index 3125be4..e016092 100644 --- a/.github/workflows/gui.yml +++ b/.github/workflows/gui.yml @@ -221,18 +221,6 @@ jobs: path: | ./artifacts/* - - name: Upload OSS - if: ${{ env.OSS_BUCKET != '' }} - uses: Menci/upload-to-oss@main - with: - access-key-id: ${{ secrets.ALIYUN_OSS_ACCESS_ID }} - access-key-secret: ${{ secrets.ALIYUN_OSS_ACCESS_KEY }} - endpoint: ${{ secrets.ALIYUN_OSS_ENDPOINT }} - bucket: ${{ secrets.ALIYUN_OSS_BUCKET }} - local-path: ./artifacts/ - remote-path: /easytier-releases/${{env.GIT_DESC}}/easytier-gui-${{ matrix.ARTIFACT_NAME }} - no-delete-remote-files: true - retry: 5 gui-result: if: needs.pre_job.outputs.should_skip != 'true' && always() runs-on: ubuntu-latest diff --git a/.github/workflows/mobile.yml b/.github/workflows/mobile.yml index 81b6174..6d5000d 100644 --- a/.github/workflows/mobile.yml +++ b/.github/workflows/mobile.yml @@ -146,18 +146,6 @@ jobs: path: | ./artifacts/* - - name: Upload OSS - if: ${{ env.OSS_BUCKET != '' }} - uses: Menci/upload-to-oss@main - with: - access-key-id: ${{ secrets.ALIYUN_OSS_ACCESS_ID }} - access-key-secret: ${{ secrets.ALIYUN_OSS_ACCESS_KEY }} - endpoint: ${{ secrets.ALIYUN_OSS_ENDPOINT }} - bucket: ${{ secrets.ALIYUN_OSS_BUCKET }} - local-path: ./artifacts/ - remote-path: /easytier-releases/${{env.GIT_DESC}}/easytier-gui-${{ matrix.ARTIFACT_NAME }} - no-delete-remote-files: true - retry: 5 mobile-result: if: needs.pre_job.outputs.should_skip != 'true' && always() runs-on: ubuntu-latest