Actions Workflow Fix
This commit is contained in:
parent
d34f2adb2f
commit
60e221146a
13
.github/workflows/main.yml
vendored
13
.github/workflows/main.yml
vendored
@ -7,16 +7,15 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: https://gitea.com/actions/checkout@master
|
||||||
- name: Archive Server
|
- name: Zip Artifacts
|
||||||
uses: thedoctor0/zip-release@master
|
uses: https://github.com/thedoctor0/zip-release@master
|
||||||
with:
|
with:
|
||||||
type: 'zip'
|
type: 'zip'
|
||||||
filename: 'server.zip'
|
filename: 'server.zip'
|
||||||
exclusions: '*.git*'
|
exclusions: '*.git*'
|
||||||
- name: Release Archive
|
- name: Release Archive
|
||||||
uses: ncipollo/release-action@v1
|
uses: https://gitea.com/actions/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
allowUpdates: true
|
server_url: https://gitea.wpgcommunity.net
|
||||||
artifacts: "server.zip"
|
files: 'server.zip'
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
Loading…
x
Reference in New Issue
Block a user