This commit is contained in:
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@ -25,12 +25,8 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: ./gradlew build
|
run: ./gradlew build
|
||||||
|
|
||||||
- name: Generate Timestamped Directory
|
- name: Capture build artifacts
|
||||||
run: |
|
uses: actions/upload-artifact@v3
|
||||||
TARGET_DIR="/data/$TIMESTAMP"
|
with:
|
||||||
echo "TARGET_DIR=$TARGET_DIR" >> $GITHUB_ENV
|
name: Artifacts
|
||||||
sudo mkdir -p "$TARGET_DIR"
|
path: build/libs/
|
||||||
|
|
||||||
- name: Save artifact to Kittenig Share
|
|
||||||
run: |
|
|
||||||
cp build/libs/* "$TARGET_DIR/"
|
|
||||||
|
Reference in New Issue
Block a user