Skip to content

Upload Artifact!

Upload Artifact! #4

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup C/C++ Compiler
uses: rlalik/setup-cpp-compiler@v1.2
- name: make
run: c++ ~/work/Termdle/Termdle/Termdle.cpp -std=c++11 -o ~/Termdle_$(date "+%Y.%m.%d-%H.%M.%S").bin
- uses: actions/upload-artifact@v4
with:

Check failure on line 21 in .github/workflows/c-cpp.yml

View workflow run for this annotation

GitHub Actions / C/C++ CI

Invalid workflow file

The workflow is not valid. .github/workflows/c-cpp.yml (Line: 21, Col: 5): Unexpected value 'with'
name: Upload artifact
path: ~/Termdle_*.bin