Compare commits
	
		
			1 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | e2a9fd41a6 | 
| @@ -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