From 22d9098c80cfb84a2589a87d00cf8d0746b54067 Mon Sep 17 00:00:00 2001 From: Jian Lu <123408603+healthydeve@users.noreply.github.com> Date: Fri, 15 Dec 2023 17:52:29 -0500 Subject: [PATCH] reordering --- .github/workflows/suins-build-tx.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/suins-build-tx.yaml b/.github/workflows/suins-build-tx.yaml index eba5cdef..7508ccca 100644 --- a/.github/workflows/suins-build-tx.yaml +++ b/.github/workflows/suins-build-tx.yaml @@ -158,16 +158,6 @@ jobs: run: | cd scripts && pnpm disable-discounts - - name: Show Transaction Data (To sign) - run: | - cat scripts/tx/tx-data.txt - - - name: Upload Transaction Artifact - uses: actions/upload-artifact@v3 - with: - name: transaction-data - path: scripts/tx - - name: Create Deepbook Pools if: ${{ inputs.transaction_type == 'Create Deepbook Pools' }} env: @@ -176,4 +166,14 @@ jobs: NETWORK: mainnet ORIGIN: gh_action run: | - cd scripts && pnpm create-deepbook-pools \ No newline at end of file + cd scripts && pnpm create-deepbook-pools + + - name: Show Transaction Data (To sign) + run: | + cat scripts/tx/tx-data.txt + + - name: Upload Transaction Artifact + uses: actions/upload-artifact@v3 + with: + name: transaction-data + path: scripts/tx \ No newline at end of file