Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
				
			|||||||
name: Gitea Actions Demo
 | 
					name: Package builder
 | 
				
			||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
 | 
					run-name: ${{ gitea.actor }} is building ${{ gitea.repo }}
 | 
				
			||||||
on: [push]
 | 
					on: [push]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
@@ -30,4 +30,4 @@ jobs:
 | 
				
			|||||||
#          path: ./*.pkg.tar.zst
 | 
					#          path: ./*.pkg.tar.zst
 | 
				
			||||||
      - name: Put the packages into the import dir
 | 
					      - name: Put the packages into the import dir
 | 
				
			||||||
        run: cp -v ./*.pkg.tar.zst /import
 | 
					        run: cp -v ./*.pkg.tar.zst /import
 | 
				
			||||||
      - run: echo "This job's status is ${{ job.status }}."
 | 
					      - run: echo "This job's status is ${{ job.status }}."
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user