File tree 1 file changed +11
-3
lines changed
1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: realm
3
3
on :
4
4
push :
5
5
paths :
6
- - " realm /**"
6
+ - " r /**"
7
7
branches :
8
8
- main
9
9
@@ -25,12 +25,20 @@ jobs:
25
25
- run : go mod download -x
26
26
- run : |
27
27
printf '\n\n%s\n\n' "$MNEMONIC" | $GNOKEY add --recover --insecure-password-stdin test1'
28
- cd realm
29
28
echo "" | $GNOKEY maketx addpkg \
30
29
--gas-wanted 50000000 \
31
30
--gas-fee 1ugnot \
32
31
--pkgpath gno.land/r/demo/chess_${GITHUB_SHA} \
33
- --pkgdir . \
32
+ --pkgdir r/chess \
33
+ --insecure-password-stdin \
34
+ --remote \
35
+ --broadcast test1'
36
+
37
+ echo "" | $GNOKEY maketx addpkg \
38
+ --gas-wanted 50000000 \
39
+ --gas-fee 1ugnot \
40
+ --pkgpath gno.land/r/demo/reward_entry_${GITHUB_SHA} \
41
+ --pkgdir r/reward_entry \
34
42
--insecure-password-stdin \
35
43
--remote \
36
44
--broadcast test1'
You can’t perform that action at this time.
0 commit comments