Skip to content

Commit

Permalink
feature: Over9000SignPowerMod 1..7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcdcdev committed Apr 27, 2024
1 parent 1fab741 commit f1a6674
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
uses: actions/checkout@v3
- name: Download, Extract, and Copy DLLs
run: |
mkdir ./src/lib
wget -O file.zip https://api.mod.io/v1/games/6/mods/2595901/files/4698549/download
mkdir ./src/jcdcdev.Eco.Signs/lib
wget -O file.zip https://api.mod.io/v1/games/6/mods/2595901/files/4716764/download
unzip -d extracted_files file.zip
find extracted_files -name "*.dll" -exec cp {} ./src/lib/ \;
find extracted_files -name "*.dll" -exec cp {} ./src/jcdcdev.Eco.Signs/lib \;
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,5 @@ bin/
obj/
*/.idea/
**/.idea/
*.orig/src/lib/
*.orig
/src/jcdcdev.Eco.Signs/lib/

0 comments on commit f1a6674

Please sign in to comment.