mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-03 21:21:33 +00:00
Auto-generate the AST.
This commit is contained in:
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -15,3 +15,13 @@ jobs:
|
||||
uses: gradle/gradle-build-action@v2
|
||||
with:
|
||||
arguments: build
|
||||
- name: Archive Pork Bundle
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: pork-bundle
|
||||
path: tool/build/distributions/pork.zip
|
||||
- name: Archive Pork Jar
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: pork-jar
|
||||
path: tool/build/distributions/pork-all.jar
|
||||
|
Reference in New Issue
Block a user