mirror of
https://github.com/rafi1212122/PemukulPaku
synced 2025-12-15 08:04:37 +01:00
Merge branch 'master' of https://github.com/rafi1212122/PemukulPaku
This commit is contained in:
6
.github/workflows/dotnet.yml
vendored
6
.github/workflows/dotnet.yml
vendored
@@ -27,9 +27,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
dotnet-version: 6.0.x
|
dotnet-version: 6.0.x
|
||||||
- name: Download Resources
|
- name: Download Resources
|
||||||
run: "curl -o Resources.zip -A 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36' --header 'Accept-Encoding: gzip,deflate' https://rafi12.cyou/files/Resources.zip"
|
run: "curl -o Proto.zip -A 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36' --header 'Accept-Encoding: gzip,deflate' https://rafi12.cyou/files/Proto.zip"
|
||||||
- name: Unzip Resources
|
- name: Unzip Resources
|
||||||
run: unzip -n Resources.zip -d Common
|
run: unzip -n Proto.zip -d Common
|
||||||
- name: Restore dependencies
|
- name: Restore dependencies
|
||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
- name: Build
|
- name: Build
|
||||||
@@ -42,4 +42,4 @@ jobs:
|
|||||||
name: net6.0
|
name: net6.0
|
||||||
path: ./PemukulPaku_build
|
path: ./PemukulPaku_build
|
||||||
- name: Clean up
|
- name: Clean up
|
||||||
run: rm Resources.zip && rm -r -force ./PemukulPaku_build
|
run: rm Proto.zip && rm -r -force ./PemukulPaku_build
|
||||||
|
|||||||
@@ -3,5 +3,8 @@
|
|||||||
## Getting Started
|
## Getting Started
|
||||||
[GitHub wiki](https://github.com/rafi1212122/PemukulPaku/wiki)
|
[GitHub wiki](https://github.com/rafi1212122/PemukulPaku/wiki)
|
||||||
|
|
||||||
|
## Development
|
||||||
|
[Building](https://github.com/rafi1212122/PemukulPaku/wiki/Development#building)
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
[Discord server](https://discord.gg/fbsRYc7bBA) or GitHub issue
|
[Discord server](https://discord.gg/fbsRYc7bBA) or GitHub issue
|
||||||
|
|||||||
Reference in New Issue
Block a user