Fix lamda capturing wrong states when it should have been names for I… #1545
This file contains hidden or 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: Debian Packages | |
| on: | |
| workflow_dispatch: | |
| push: | |
| branches: | |
| - 'master' | |
| pull_request: | |
| branches: | |
| - 'master' | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| strategy: | |
| fail-fast: false | |
| matrix: | |
| container: ["ubuntu"] | |
| container: | |
| image: ghcr.io/indilib/${{ matrix.container }} | |
| steps: | |
| - name: Get INDI Sources | |
| uses: actions/checkout@v3 | |
| with: | |
| path: 'indi' | |
| - name: Build INDI Core Packages | |
| run: | | |
| indi/scripts/indi-core-deb.sh |