Updated build.yml
All checks were successful
build / build (push) Successful in 54s

This commit is contained in:
2025-03-27 13:05:24 +01:00
parent 1c26fd5497
commit e0abde0fd3

View File

@ -25,12 +25,8 @@ jobs:
- name: Build
run: ./gradlew build
- name: Generate Timestamped Directory
run: |
TARGET_DIR="/data/$TIMESTAMP"
echo "TARGET_DIR=$TARGET_DIR" >> $GITHUB_ENV
sudo mkdir -p "$TARGET_DIR"
- name: Save artifact to Kittenig Share
run: |
cp build/libs/* "$TARGET_DIR/"
- name: Capture build artifacts
uses: actions/upload-artifact@v3
with:
name: Artifacts
path: build/libs/