Update .gitea/workflows/build-package.yaml
Package builder / BuildPackage (push) Successful in 1m15s Details

This commit is contained in:
Jack L. Frost 2023-10-30 11:23:19 +00:00
parent 279be0fb52
commit 647e86eb9a
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
echo "This job is now running on a ${{ runner.os }} server hosted by Gitea!"
echo "The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Link the workdir into /buildroot # for script compatability with the old builder.
run: |
ln -vfs ${{ gitea.workspace }} /buildroot