Skip to content

release.yml add mising on: #2

release.yml add mising on:

release.yml add mising on: #2

Workflow file for this run

name: Release on push to main
on:
workflow_call:
push:
branches: [ master ]
paths-ignore:
- 'README.md'
- 'LICENSE'
jobs:
build:
name: Build
uses: .github/workflows/main.yml

Check failure on line 14 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

invalid value workflow reference: no version specified
release:
needs: build
name: Release
steps:
- name: Download artifacts
uses: actions/download-artifact@v4
- name: Create release and upload artifacts
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
wget -q https://github.com/TheAssassin/pyuploadtool/releases/download/continuous/pyuploadtool-x86_64.AppImage
chmod +x pyuploadtool-x86_64.AppImage
./pyuploadtool-x86_64.AppImage ./**/*.(exe|AppImage)