Skip to content

fix: verifiable build workflow #6

fix: verifiable build workflow

fix: verifiable build workflow #6

Workflow file for this run

name: Release
on:
pull_request:
push:
branches: [main]
tags:
- v*
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: "18.19.1"
- name: Install Solana Verify CLI
run: |
cargo install solana-verify --git https://github.com/Ellipsis-Labs/solana-verifiable-build --rev 098551f
- name: Build
working-directory: ./staking
run: solana-verify build
- name: Publish program binaries
working-directory: ./staking
uses: svenstaro/upload-release-action@133984371c30d34e38222a64855679a414cb7575

Check failure on line 27 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 27, Col: 9): Unexpected value 'uses' .github/workflows/release.yml (Line: 28, Col: 9): Unexpected value 'with'
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./target/deploy/*.so
tag: ${{ github.ref }}
file_glob: true