Compare commits
3 Commits
aabab072c4
...
220b095c12
Author | SHA1 | Date | |
---|---|---|---|
220b095c12 | |||
bb82b12e05 | |||
7362e9f908 |
|
@ -1,9 +1,9 @@
|
|||
name: Gitea Actions Demo
|
||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||
name: Package builder
|
||||
run-name: ${{ gitea.actor }} is building ${{ gitea.repo }}
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
BuildPackage:
|
||||
runs-on: autobuilder
|
||||
container:
|
||||
volumes:
|
||||
|
@ -29,4 +29,4 @@ jobs:
|
|||
# name: package
|
||||
# path: ./*.pkg.tar.zst
|
||||
- name: Put the packages into the import dir
|
||||
run: cp -v ./*.pkg.tar.zst /import
|
||||
run: cp -v ./*.pkg.tar.zst /import
|
||||
|
|
Loading…
Reference in New Issue
Block a user