Pylint fix #69
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 📦 Make QGIS Plugin Zip for Manual Installs | |
# This workflow is triggered on pushes to the repository. | |
on: | |
push: | |
branches: | |
- main | |
# Allow manually running in the actions tab | |
workflow_dispatch: | |
jobs: | |
build_package: | |
name: Build Package 🚀 | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
- uses: actions/upload-artifact@v3 | |
with: | |
name: animation_workbench | |
path: animation_workbench |