8 lines
206 B
Plaintext
8 lines
206 B
Plaintext
name: "update score server"
|
|
on: [push]
|
|
jobs:
|
|
sync:
|
|
runs-on: [ubuntu-latest]
|
|
steps:
|
|
-name: "upload dll file to host"
|
|
run : scp rtjiory.dll ${{secrets.HostSSHDomain}}:/home/a4plane/Arrow |