Skip to content

Commit

Permalink
Fix: create jar files from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Gegy committed Oct 27, 2023
1 parent 55cad99 commit cf71c9b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/assets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- run: |
zip -r lt-assets.jar assets/ META-INF/ pack.mcmeta
- uses: actions/upload-artifact@v2
with:
name: lt-assets
path: |
META-INF/
assets/
pack.mcmeta
lt-assets.jar
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- run: |
zip -r lt-data.jar data/ META-INF/ pack.mcmeta
- uses: actions/upload-artifact@v2
with:
name: lt-data
path: |
data/
pack.mcmeta
retention-days: 30
lt-data.jar

0 comments on commit cf71c9b

Please sign in to comment.