diff --git a/.github/workflows/offline-package-apisix-gateway.yaml b/.github/workflows/offline-package-apisix-gateway.yaml index dfd4c66..4eeeebd 100644 --- a/.github/workflows/offline-package-apisix-gateway.yaml +++ b/.github/workflows/offline-package-apisix-gateway.yaml @@ -127,24 +127,24 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Download amd64 artifact - uses: actions/download-artifact@v4 - with: - name: offline-setup-apisix-gateway-amd64 - path: release-artifacts/amd64 + - name: Download amd64 artifact + uses: actions/download-artifact@v4 + with: + name: offline-setup-apisix-gateway-amd64 + path: release-artifacts/amd64 - - name: Download arm64 artifact - uses: actions/download-artifact@v4 - with: - name: offline-setup-apisix-gateway-arm64 - path: release-artifacts/arm64 + - name: Download arm64 artifact + uses: actions/download-artifact@v4 + with: + name: offline-setup-apisix-gateway-arm64 + path: release-artifacts/arm64 - - name: Upload offline installers to GitHub Release - uses: softprops/action-gh-release@v1 - with: - tag_name: ${{ env.TAG_NAME }} - files: | - release-artifacts/amd64/offline-setup-apisix-gateway-amd64.tar.gz - release-artifacts/arm64/offline-setup-apisix-gateway-arm64.tar.gz - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Upload offline installers to GitHub Release + uses: softprops/action-gh-release@v1 + with: + tag_name: ${{ env.TAG_NAME }} + files: | + release-artifacts/amd64/offline-setup-apisix-gateway-amd64.tar.gz + release-artifacts/arm64/offline-setup-apisix-gateway-arm64.tar.gz + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/offline-package-kong-gateway.yaml b/.github/workflows/offline-package-kong-gateway.yaml index e8a9d57..69c3552 100644 --- a/.github/workflows/offline-package-kong-gateway.yaml +++ b/.github/workflows/offline-package-kong-gateway.yaml @@ -144,24 +144,24 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Download amd64 artifact - uses: actions/download-artifact@v4 - with: - name: offline-setup-kong-gateway-amd64 - path: release-artifacts/amd64 + - name: Download amd64 artifact + uses: actions/download-artifact@v4 + with: + name: offline-setup-kong-gateway-amd64 + path: release-artifacts/amd64 - - name: Download arm64 artifact - uses: actions/download-artifact@v4 - with: - name: offline-setup-kong-gateway-arm64 - path: release-artifacts/arm64 + - name: Download arm64 artifact + uses: actions/download-artifact@v4 + with: + name: offline-setup-kong-gateway-arm64 + path: release-artifacts/arm64 - - name: Upload offline installers to GitHub Release - uses: softprops/action-gh-release@v1 - with: - tag_name: ${{ env.TAG_NAME }} - files: | - release-artifacts/amd64/offline-setup-kong-gateway-amd64.tar.gz - release-artifacts/arm64/offline-setup-kong-gateway-arm64.tar.gz - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Upload offline installers to GitHub Release + uses: softprops/action-gh-release@v1 + with: + tag_name: ${{ env.TAG_NAME }} + files: | + release-artifacts/amd64/offline-setup-kong-gateway-amd64.tar.gz + release-artifacts/arm64/offline-setup-kong-gateway-arm64.tar.gz + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}