-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
26 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,4 +26,19 @@ jobs: | |
uses: actions/upload-artifact@v3 | ||
with: | ||
name: Generated Files | ||
path: ./build/libs/* | ||
path: ./build/libs/* | ||
|
||
generateJSON: | ||
needs: build | ||
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Generate 3128-common.json | ||
run: './gradlew vendorJSON' | ||
|
||
- name: Commit 3128-common.json | ||
uses: EndBug/[email protected] | ||
with: | ||
add: './3128-common.json' | ||
message: 'Automated - Update 3128-common.json for release' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,14 +76,14 @@ jobs: | |
java-version: 11 | ||
cache: gradle | ||
|
||
- name: Generate 3128-common.json | ||
run: './gradlew vendorJSON' | ||
|
||
- name: Commit 3128-common.json | ||
uses: EndBug/[email protected] | ||
with: | ||
add: './3128-common.json' | ||
message: 'Automated - Update 3128-common.json for release' | ||
# - name: Generate 3128-common.json | ||
# run: './gradlew vendorJSON' | ||
|
||
# - name: Commit 3128-common.json | ||
# uses: EndBug/[email protected] | ||
# with: | ||
# add: './3128-common.json' | ||
# message: 'Automated - Update 3128-common.json for release' | ||
|
||
- name: Upload 3128-common.json to Release | ||
id: upload-release-asset | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters