Création automatique du ZIP

This commit is contained in:
Quentin Millardet
2025-05-22 18:32:45 +02:00
parent 9646b1895f
commit e567694e77

View File

@@ -12,6 +12,8 @@ jobs:
run: mkdir -p bin
- name: Copy files
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