diff --git a/.gitea/workflow/things.yaml b/.gitea/workflow/things.yaml new file mode 100644 index 0000000..183827b --- /dev/null +++ b/.gitea/workflow/things.yaml @@ -0,0 +1,8 @@ +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 \ No newline at end of file