Skip to content

chore: Update Python version to 3.11 in build.yml #2

chore: Update Python version to 3.11 in build.yml

chore: Update Python version to 3.11 in build.yml #2

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
Linux_arm64:
runs-on: ubuntu-latest
container:
image: arm64v8/python:latest
platform: linux/arm64

Check failure on line 17 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / test

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 17, Col: 7): Unexpected value 'platform'
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install desktop-file-utils
run: sudo apt-get install -y desktop-file-utils
- name: Build TV Downloader
run: python build.py build
- name: Upload Binary
uses: ncipollo/release-action@v1
with:
artifacts: "./out/*"
allowUpdates: true
tag: "continuous-build"