diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6f55ac1..724a887 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -97,6 +97,12 @@ jobs: - run: npm i working-directory: aqua + - name: Setup fcli + uses: fluencelabs/setup-fluence@v1 + with: + artifact: fcli + version: unstable + - run: npm run build working-directory: aqua