forgejo_runner_bug/.forgejo/workflows/upload-artifact.yml
lookshe 46d25fa361
Some checks failed
/ build (push) Failing after 5s
initial commit for runner v7
2025-07-28 13:44:57 +02:00

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 }}