We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5ce609 commit f75ebc3Copy full SHA for f75ebc3
.github/workflows/push-build-deploy.yml
@@ -46,7 +46,7 @@ jobs:
46
build/install/risa/lib
47
build/install/risa/bin
48
risa.yml
49
- test/conf.txt
+ test/conf.*
50
artifact_destination: /home/risa/r-isa
51
script: |
52
/usr/bin/screen -ls | /bin/egrep 'Detached|Attached' | /usr/bin/cut -d. -f1 | /usr/bin/awk '{print $1}' | /usr/bin/xargs /bin/kill
0 commit comments