File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Release
2+
3+ on :
4+ push :
5+ tags :
6+ - ' v*.*.*'
7+
8+ jobs :
9+ release :
10+ runs-on : ubuntu-latest
11+ permissions :
12+ contents : write
13+ steps :
14+ - uses : actions/checkout@v4
15+
16+ - name : Create zip
17+ run : zip -r BoxedDataPack.zip BoxedDataPack/
18+
19+ - name : Create GitHub Release
20+ uses : softprops/action-gh-release@v2
21+ with :
22+ files : BoxedDataPack.zip
23+ generate_release_notes : true
Original file line number Diff line number Diff line change @@ -36,3 +36,5 @@ crashlytics-build.properties
3636fabric.properties
3737.idea /httpRequests
3838.idea /caches /build_file_checksums.ser
39+ /.project
40+ * .zip
Original file line number Diff line number Diff line change 11# BoxedDataPack
22Advancement Datapack for Boxed Addon
33
4- The datapack is the zip file in this repo and should be placed with other datapacks in the main world folder.
4+ Download the latest ` BoxedDataPack. zip` from the [ Releases page ] ( ../../releases/latest ) and place it in your world's ` datapacks/ ` folder.
You can’t perform that action at this time.
0 commit comments