Initial commit

This commit is contained in:
2025-05-25 13:01:24 +00:00
commit 958d1a6978
39 changed files with 672241 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
name: Publish
on: release
jobs:
build-docker-image:
name: Build and upload docker image
runs-on: ubuntu-latest
steps:
- name: Pull source
uses: actions/checkout@v3
- name: Create dir
run: mkdir -p bin
- name : Compress dir
run: zip White-light.zip White-light.wav White-light.fseq
- name: Copy files
run: cp White-light.wav bin/ && cp White-light.fseq bin/ && cp White-light.zip bin/
- uses: akkuman/gitea-release-action@v1
env:
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
with:
files: |-
bin/**
- name: Remove file
run: rm -rdf bin/