fix: correct indentation in release steps

This commit is contained in:
shenlan 2025-09-14 19:27:27 +08:00
parent 341332a58a
commit 35b14f95a9
2 changed files with 38 additions and 38 deletions

View File

@ -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 }}

View File

@ -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 }}