Ajout de l'ordre de compression
Some checks failed
Publish / Build and upload docker image (release) Failing after 18s
Some checks failed
Publish / Build and upload docker image (release) Failing after 18s
This commit is contained in:
@@ -10,10 +10,10 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
- name: Create dir
|
||||
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
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user