forked from Lightshow/All-white
		
	Compare commits
	
		
			3 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 179ef4526b | |||
|  | e5b528940b | ||
|  | e2a9fd41a6 | 
| @@ -10,10 +10,10 @@ jobs: | |||||||
|         uses: actions/checkout@v3 |         uses: actions/checkout@v3 | ||||||
|       - name: Create dir |       - name: Create dir | ||||||
|         run: mkdir -p bin |         run: mkdir -p bin | ||||||
|       - name: Copy files |  | ||||||
|         run: cp White-light.wav bin/ && cp White-light.fseq bin/ |  | ||||||
|       - name : Compress dir |       - name : Compress dir | ||||||
|         run: zip White-light.zip bin/White-light.wav bin/White-light.fseq |         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 |       - uses: akkuman/gitea-release-action@v1 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user