diff --git a/.gitea/workflows/build-package.yaml b/.gitea/workflows/build-package.yaml index aa235d9..465519b 100644 --- a/.gitea/workflows/build-package.yaml +++ b/.gitea/workflows/build-package.yaml @@ -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: @@ -30,4 +30,4 @@ jobs: # path: ./*.pkg.tar.zst - name: Put the packages into the import dir run: cp -v ./*.pkg.tar.zst /import - - run: echo "This job's status is ${{ job.status }}." \ No newline at end of file + - run: echo "This job's status is ${{ job.status }}."