feature test

This commit is contained in:
paltovkone
2026-03-07 20:59:44 +04:00
parent 7595ad8a50
commit 82f3030608

View File

@ -12,9 +12,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Build and publish - name: Build and publish
env: env:
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }} GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
run: | run: |
ls -la ${{ github.event.inputs.package }}/
make -C ${{ github.event.inputs.package }} all publish make -C ${{ github.event.inputs.package }} all publish