Skip to content

work with distdir instead of tarball. #105

work with distdir instead of tarball.

work with distdir instead of tarball. #105

Workflow file for this run

name: CI
on: pull_request
jobs:
mbtiny-dist:
runs-on: ubuntu-latest
container:
image: perl:5.38
steps:
- uses: actions/checkout@v4
- run: cpanm --quiet --notest App::ModuleBuildTiny
- run: mbtiny distdir
- run: echo ./App-perlbrew-*
- uses: actions/upload-artifact@v4
with:
name: App-perlbrew-distdir
path: ./App-perlbrew-*
retention-days: 5
cpanm-dist:
needs: mbtiny-dist

Check failure on line 22 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 22, Col: 5): Required property is missing: runs-on
steps:
- uses: actions/download-artifact@v4
with:
name: App-perlbrew-distdir
- run: echo ./App-perlbrew-*
- run: cpanm --verbose ./App-perlbrew-*