diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index b832b1c..7bdab6d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -1,7 +1,5 @@ name: First CI on: [push] - - jobs: build: runs-on: ubuntu-latest @@ -10,7 +8,7 @@ jobs: - name: build using gcc run: gcc -Wall -Werror main.c -o program - name: Archive production artifacts - uses: actions/upload-artifacts@v3 + uses: actions/upload-artifact@v3 with: name: program path: program \ No newline at end of file