Skip to content

first commit

first commit #1

Workflow file for this run

name: build RPM
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Build RPM
run: |
python3 getrelease.py
- name: Upload RPM
uses: actions/upload-artifact@v4
with:
path: *.rpm

Check failure on line 30 in .github/workflows/build-rpm.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-rpm.yaml

Invalid workflow file

You have an error in your yaml syntax on line 30