Skip to content

Commit

Permalink
fix: verifiable build workflow (#530)
Browse files Browse the repository at this point in the history
* try ci

* Install solana

* go

* add chmod

* try

* create target debug too

* fix: remove unused files

* add new flow for idl

* add release workflow

* bump:2.0.0

* fix

* go

* go

* change order

* use root dir

* fix again
  • Loading branch information
guibescos authored Sep 10, 2024
1 parent 2f694c2 commit 88fda82
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
tags:
- v*

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -22,10 +21,9 @@ jobs:
working-directory: ./staking
run: solana-verify build
- name: Publish program binaries
working-directory: ./staking
uses: svenstaro/upload-release-action@133984371c30d34e38222a64855679a414cb7575
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./target/deploy/*.so
file: ./staking/target/deploy/*.so
tag: ${{ github.ref }}
file_glob: true

0 comments on commit 88fda82

Please sign in to comment.