Skip to content

fix backup dir

fix backup dir #2

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: build image
env:
ADMIN_PW: TestPw
run: docker build -t loda-boinc .