Skip to content

Commit 2c784d2

Browse files
authored
rm idl files from build (#1324)
1 parent 8695c5c commit 2c784d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/solana-verified-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Generate release files
7777
run: |
7878
cd contracts
79-
tar cfvz artifacts.tar.gz target/deploy/*.so target/idl/*
79+
tar cfvz artifacts.tar.gz target/deploy/*.so
8080
- name: Publish Release
8181
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
8282
with:

0 commit comments

Comments
 (0)