19 lines
471 B
YAML
19 lines
471 B
YAML
on:
|
|
push:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: docker
|
|
container:
|
|
image: docker.io/redemonbr/android-sdk:node-lts-api-35
|
|
|
|
steps:
|
|
- uses: https://git.fucktheforce.de/actions/checkout@v4
|
|
- uses: https://git.fucktheforce.de/actions/upload-artifact@v3
|
|
with:
|
|
name: dummy.file
|
|
path: dummy.file
|
|
if-no-files-found: error
|
|
retention-days: 10
|
|
working-directory: ${{ github.workspace }}
|