mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
oopsd
This commit is contained in:
parent
6480c6b4f8
commit
ce64e0c77e
1 changed files with 5 additions and 2 deletions
7
.github/workflows/gradle.yml
vendored
7
.github/workflows/gradle.yml
vendored
|
|
@ -60,8 +60,11 @@ jobs:
|
||||||
# grep -v "offline" to exclude offline jar as the regex would catch it otherwise
|
# grep -v "offline" to exclude offline jar as the regex would catch it otherwise
|
||||||
- name: Get file name for jars
|
- name: Get file name for jars
|
||||||
run: |
|
run: |
|
||||||
echo "ONLINE_JAR_PATH=$(ls build/libs/CustomAnvil-*.jar | grep -v "offline")" >> $GITHUB_ENV
|
ONLINE_JAR_PATH=$(ls build/libs/CustomAnvil-*.jar | grep -v "offline")
|
||||||
echo "OFFLINE_JAR_PATH=$(ls build/libs/CustomAnvil-*-offline.jar)" >> $GITHUB_ENV
|
OFFLINE_JAR_PATH=$(ls build/libs/CustomAnvil-*-offline.jar)
|
||||||
|
|
||||||
|
echo "ONLINE_JAR_PATH=${ONLINE_JAR_PATH}" >> $GITHUB_ENV
|
||||||
|
echo "OFFLINE_JAR_PATH=${OFFLINE_JAR_PATH}" >> $GITHUB_ENV
|
||||||
|
|
||||||
# upload the named jars
|
# upload the named jars
|
||||||
- name: Upload online JAR artifact
|
- name: Upload online JAR artifact
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue