2023-11-15 20:29:15 -05:00
|
|
|
name: Upload .zip file
|
|
|
|
on: [push]
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
Upload .zip file:
|
|
|
|
runs-on: docker
|
|
|
|
container: catthehacker/ubuntu:act-latest
|
|
|
|
steps:
|
|
|
|
- name: Checkout
|
2024-03-12 00:10:27 -04:00
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
2023-11-15 20:29:15 -05:00
|
|
|
- name: Upload the .zip archive
|
|
|
|
uses: actions/upload-artifact@v3
|
|
|
|
with:
|
2024-03-12 00:10:27 -04:00
|
|
|
name: BetterCombatCompat
|
2024-03-12 00:11:26 -04:00
|
|
|
path: |
|
|
|
|
data
|
|
|
|
pack.mcmeta
|
|
|
|
pack.png
|
|
|
|
LICENSE
|
|
|
|
README.md
|