1 Commits

Author SHA1 Message Date
Quentin Millardet
e567694e77 Création automatique du ZIP
All checks were successful
Publish / Build and upload docker image (release) Successful in 33s
2025-05-22 18:32:45 +02:00

View File

@@ -12,6 +12,8 @@ jobs:
run: mkdir -p bin run: mkdir -p bin
- name: Copy files - name: Copy files
run: cp White-light.wav bin/ && cp White-light.fseq bin/ run: cp White-light.wav bin/ && cp White-light.fseq bin/
- name : Compress dir
run: zip White-light.zip bin/White-light.wav bin/White-light.fseq
- uses: akkuman/gitea-release-action@v1 - uses: akkuman/gitea-release-action@v1