Skip to content

zip action with 'include' option runs at wrong level, produces empty archive #2783

zip action with 'include' option runs at wrong level, produces empty archive

zip action with 'include' option runs at wrong level, produces empty archive #2783

Workflow file for this run

name: Processing issues
on:
issues:
types: [opened]
jobs:
fastlane-env:
name: fastlane env reminder
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: fastlane/github-actions/fastlane-env-reminder@latest
with:
repo-token: "${{ secrets.BOT_GITHUB_TOKEN }}"