Compare commits

...

3 Commits

Author SHA1 Message Date
Jack L. Frost 220b095c12 wut
Package builder / BuildPackage (push) Successful in 2m59s Details
Signed-off-by: fbt <fbt@fleshless.org>
2023-11-06 05:26:30 +00:00
Jack L. Frost bb82b12e05 remove useless runs
Signed-off-by: fbt <fbt@fleshless.org>
2023-11-06 05:25:13 +00:00
Jack L. Frost 7362e9f908 Rename the job
Signed-off-by: fbt <fbt@fleshless.org>
2023-10-25 23:24:26 +00:00
1 changed files with 4 additions and 4 deletions

View File

@ -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