major: new repo structure
Moved the client and server in different repositories.
This commit is contained in:
parent
d03bcc4e66
commit
971ca19d79
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@ -12,17 +12,11 @@ jobs:
|
||||
uses: thedoctor0/zip-release@master
|
||||
with:
|
||||
type: 'zip'
|
||||
path: "server"
|
||||
path: "."
|
||||
filename: 'server.zip'
|
||||
- name: Archive Client
|
||||
uses: thedoctor0/zip-release@master
|
||||
with:
|
||||
type: 'zip'
|
||||
path: "client"
|
||||
filename: 'client.zip'
|
||||
- name: Release Archive
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
allowUpdates: true
|
||||
artifacts: "server.zip,client.zip"
|
||||
artifacts: "server.zip"
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user