-
Notifications
You must be signed in to change notification settings - Fork 3
32 lines (28 loc) · 983 Bytes
/
release.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: zip-and-release
on: [ push ]
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: checkout repository
uses: actions/checkout@v4
- name: Extract datapack version
run: |
version=$(awk '/DATAPACK VERSION NUMBER/ { print $5 }' "Brilliance Datapack/data/do2/functions/version.mcfunction")
echo "BRILLIANCE_VERSION=${version}" >> "$GITHUB_ENV"
- name: Create zip
run: cd "Brilliance Datapack" && zip -r brilliance-datapack.zip .
- name: Create Github release
uses: softprops/action-gh-release@v2
if: github.ref == 'refs/heads/main'
with:
make_latest: true
tag_name: ${{ env.BRILLIANCE_VERSION }}
files: |
Brilliance Datapack/brilliance-datapack.zip
JSON/scoreboards.json
JSON/items_json/Cards.json
JSON/items_json/Artifacts.json
JSON/items_json/Items.json