Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
  • Loading branch information
atomic-junky committed Apr 10, 2024
1 parent fea4c45 commit e01a8a8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@ jobs:
- name: Build project
run: beet -p ./tasty_supplies build

- name: Save build artifacts
uses: actions/upload-artifact@v4
with:
name: tasty_supplies_data_pack
path: ./tasty_supplies/build/tasty_supplies_data_pack
compression-level: 0
# - name: Save build artifacts
# uses: actions/upload-artifact@v4
# with:
# name: tasty_supplies_data_pack
# path: ./tasty_supplies/build/tasty_supplies_data_pack
# compression-level: 0

- name: Create Release
uses: softprops/action-gh-release@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: ${{ github.ref_name }}
tag_name: ${{ github.ref_name }}
files: ${{ github.workspace }}**/*.zip
files: ./tasty_supplies/build/*.zip
fail_on_unmatched_files: true
6 changes: 4 additions & 2 deletions tasty_supplies/beet.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
"data_pack": {
"name": "tasty_supplies_data_pack",
"pack_format": 39,
"load": ["src"]
"load": ["src"],
"zipped": true
},
"resource_pack": {
"name": "tasty_supplies_ressource_pack",
"pack_format": 31,
"load": ["src"]
"load": ["src"],
"zipped": true
}
}

0 comments on commit e01a8a8

Please sign in to comment.