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 - 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/"