diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f0bfee0..fbeaf00 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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/" \ No newline at end of file + - name: Capture build artifacts + uses: actions/upload-artifact@v3 + with: + name: Artifacts + path: build/libs/