Actions Workflow Fix

This commit is contained in:
Lunaresk 2024-11-03 10:51:25 +01:00
parent d34f2adb2f
commit 60e221146a

View File

@ -7,16 +7,15 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Archive Server
uses: thedoctor0/zip-release@master
- uses: https://gitea.com/actions/checkout@master
- name: Zip Artifacts
uses: https://github.com/thedoctor0/zip-release@master
with:
type: 'zip'
filename: 'server.zip'
exclusions: '*.git*'
- name: Release Archive
uses: ncipollo/release-action@v1
uses: https://gitea.com/actions/gitea-release-action@v1
with:
allowUpdates: true
artifacts: "server.zip"
token: ${{ secrets.GITHUB_TOKEN }}
server_url: https://gitea.wpgcommunity.net
files: 'server.zip'