1
0
Fork 0
DiademCalculator/DownloadGithubActions.sh

5 lines
197 B
Bash
Raw Normal View History

2022-03-29 23:22:32 +00:00
#!/bin/sh
curl -O https://raw.githubusercontent.com/karashiiro/DalamudPluginProjectTemplate/master/.github/workflows/dotnet.yml
mkdir .github
mkdir .github/workflows
mv dotnet.yml .github/workflows