Skip to content

Quick fix to filter out assets.txt file and to delete it correctly in dist folder #71

Quick fix to filter out assets.txt file and to delete it correctly in dist folder

Quick fix to filter out assets.txt file and to delete it correctly in dist folder #71

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- 'master'
- 'release'
jobs:
build-and-upload:
uses: ./.github/workflows/build_and_upload.yml
with:
isRelease: false
shouldUpload: false
secrets: inherit