BetterCombatCompatibilityDa.../.forgejo/workflows/zip.yml
2023-11-15 20:29:15 -05:00

20 lines
549 B
YAML

name: Upload .zip file
on: [push]
jobs:
Upload .zip file:
runs-on: docker
container: catthehacker/ubuntu:act-latest
steps:
- name: Checkout
uses: actions/checkout@v3.6.0
with:
token: ${{ secrets.COASTALCOMMITSTOKEN}}
- name: Create the .zip archive
uses: actions/zip@v1
with:
args: zip -qq -r BetterCombatCompat.zip BetterCombatCompat
- name: Upload the .zip archive
uses: actions/upload-artifact@v3
with:
name: BetterCombatCompat.zip