Skip to content

Test upload

Test upload #3

Workflow file for this run

name: "Rust"

Check failure on line 1 in .github/workflows/upload.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/upload.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: CLAssistant
on:
issue_comment:
types: [created]
pull_request_target:
types: [opened, closed, synchronize]
jobs:
CLAssistant:
upload-artefact:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: "Setup Rust"
uses: actions-rust-lang/[email protected]
with:
target: x86_64-pc-windows-gnu
- name: Upload binary
uses: actions/upload-artifact@v3
with:
name: test_ci_binary
path: target/debug/test_ci