removed tools & added autobuild workflow
All checks were successful
Upload .zip file / Upload .zip file (push) Successful in 4s
All checks were successful
Upload .zip file / Upload .zip file (push) Successful in 4s
This commit is contained in:
parent
6cede96bd4
commit
1b67673b92
3 changed files with 25 additions and 20 deletions
21
.forgejo/workflows/zip.yaml
Normal file
21
.forgejo/workflows/zip.yaml
Normal file
|
@ -0,0 +1,21 @@
|
|||
name: Upload .zip file
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
Upload .zip file:
|
||||
runs-on: docker
|
||||
container: catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Upload the .zip archive
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: NoNetheriteArmor
|
||||
path: |
|
||||
data
|
||||
pack.mcmeta
|
||||
pack.png
|
||||
LICENSE
|
||||
README.md
|
Loading…
Add table
Add a link
Reference in a new issue