Update .gitea/workflows/build-package.yaml
All checks were successful
Package builder / BuildPackage (push) Successful in 1m15s
All checks were successful
Package builder / BuildPackage (push) Successful in 1m15s
This commit is contained in:
parent
279be0fb52
commit
647e86eb9a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user