Skip to content

Update note_block.json #24

Update note_block.json

Update note_block.json #24

Workflow file for this run

name: Create Archive
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Archive Release
uses: thedoctor0/zip-release@0.7.5
with:
type: "zip"
filename: "Erethon-Resourcepack.zip"
exclusions: "*.git*"
- name: Upload Release
uses: ncipollo/release-action@v1.12.0
with:
artifacts: "Erethon-Resourcepack.zip"
tag: latest
allowUpdates: true
replacesArtifacts: true
token: ${{ secrets.GITHUB_TOKEN }}