From 87c7d562f3369c3faded2fa73bacd8674d8660cf Mon Sep 17 00:00:00 2001 From: Guillermo Bescos Date: Tue, 10 Sep 2024 21:36:00 +0100 Subject: [PATCH] change order --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b7036a6f..878ea34e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,8 +23,8 @@ jobs: working-directory: ./staking run: solana-verify build - name: Publish program binaries - working-directory: ./staking uses: svenstaro/upload-release-action@133984371c30d34e38222a64855679a414cb7575 + working-directory: ./staking with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: ./target/deploy/*.so