diff --git a/.github/workflows/build_packages.yaml b/.github/workflows/build_packages.yaml index 51ea77970..c7e9ed1e7 100644 --- a/.github/workflows/build_packages.yaml +++ b/.github/workflows/build_packages.yaml @@ -103,7 +103,6 @@ jobs: ./_build/${{ matrix.profile }}/rel/emqx/bin/emqx uninstall echo "EQMX uninstaled" - uses: actions/upload-artifact@v1 - if: startsWith(github.ref, 'refs/tags/') with: name: ${{ matrix.profile }}-windows path: source/_packages/${{ matrix.profile }}/. @@ -188,7 +187,6 @@ jobs: fi rm -rf emqx - uses: actions/upload-artifact@v1 - if: startsWith(github.ref, 'refs/tags/') with: name: ${{ matrix.profile }}-${{ matrix.otp }} path: source/_packages/${{ matrix.profile }}/. @@ -265,7 +263,6 @@ jobs: --arch "${ARCH}" \ --builder "ghcr.io/emqx/emqx-builder/4.4-12:${OTP}-${SYSTEM}" - uses: actions/upload-artifact@v1 - if: startsWith(github.ref, 'refs/tags/') with: name: ${{ matrix.profile }}-${{ matrix.otp }} path: source/_packages/${{ matrix.profile }}/. @@ -362,7 +359,7 @@ jobs: file: source/deploy/docker/Dockerfile.enterprise context: source - upload: + publish_artifacts: runs-on: ubuntu-20.04 if: startsWith(github.ref, 'refs/tags/') @@ -400,7 +397,7 @@ jobs: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} aws-region: ${{ secrets.AWS_DEFAULT_REGION }} - - name: upload aws s3 + - name: upload to aws s3 run: | set -e -u if [ "${{ matrix.profile }}" == "emqx" ];then