This commit is contained in:
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@ -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/
|
||||
|
Reference in New Issue
Block a user