mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
try once again....
This commit is contained in:
parent
b95a906808
commit
e4ddab0a56
1 changed files with 4 additions and 4 deletions
8
.github/workflows/gradle.yml
vendored
8
.github/workflows/gradle.yml
vendored
|
|
@ -60,11 +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: |
|
||||||
ONLINE_JAR_PATH=$(ls build/libs/CustomAnvil-*.jar | grep -v "offline")
|
online_jar_path=$(ls build/libs/CustomAnvil-*.jar | grep -v "offline")
|
||||||
OFFLINE_JAR_PATH=$(ls build/libs/CustomAnvil-*-offline.jar)
|
offline_jar_path=$(ls build/libs/CustomAnvil-*-offline.jar)
|
||||||
|
|
||||||
echo "ONLINE_JAR_PATH=$ONLINE_JAR_PATH" >> $GITHUB_ENV
|
echo "ONLINE_JAR_PATH=$($online_jar_path)" >> $GITHUB_ENV
|
||||||
echo "OFFLINE_JAR_PATH=$OFFLINE_JAR_PATH" >> $GITHUB_ENV
|
echo "ONLINE_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