Skip to content

Commit

Permalink
Revert "fix conflict"
Browse files Browse the repository at this point in the history
This reverts commit 9c0ac00, reversing
changes made to 3c2b399.
  • Loading branch information
piplup55 committed May 1, 2024
1 parent 9c0ac00 commit 9ac6237
Show file tree
Hide file tree
Showing 10 changed files with 150 additions and 818 deletions.
4 changes: 0 additions & 4 deletions .dockerignore

This file was deleted.

32 changes: 0 additions & 32 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,35 +73,3 @@ jobs:
platforms : linux/amd64,linux/arm/v7,linux/arm64/v8
cache-from : type=gha,scope=${{ github.workflow }}
cache-to : type=gha,scope=${{ github.workflow }},mode=max
-
name: Build binary files
run: |
./docker-build.sh all
-
name : Upload Server
uses : actions/upload-artifact@v3
with:
name : Server
path : ./bin/Server
if-no-files-found : error
-
name : Upload Server.arm
uses : actions/upload-artifact@v3
with:
name : Server.arm
path : ./bin/Server.arm
if-no-files-found : error
-
name : Upload Server.arm64
uses : actions/upload-artifact@v3
with:
name : Server.arm64
path : ./bin/Server.arm64
if-no-files-found : error
-
name : Upload Server.exe
uses : actions/upload-artifact@v3
with:
name : Server.exe
path : ./bin/Server.exe
if-no-files-found : error
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,3 @@ riderModule.iml
.idea/
settings.json
.vs/

/cache/
/data/
Loading

0 comments on commit 9ac6237

Please sign in to comment.