diff --git a/.github/workflows/lint_and_compile.yml b/.github/workflows/lint_and_compile.yml index 1e33e72..2df57ae 100644 --- a/.github/workflows/lint_and_compile.yml +++ b/.github/workflows/lint_and_compile.yml @@ -1,4 +1,4 @@ -name: Lint and Compile +name: Compile my Keebs on: [push] jobs: lint-and-compile: @@ -59,8 +59,4 @@ jobs: prerelease: false files: | /home/runner/compiled/firmware/*.hex - /home/runner/compiled/firmware/*.uf2 - - name: List files in the repository - run: | - ls ${{ github.workspace }} - - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file + /home/runner/compiled/firmware/*.uf2 \ No newline at end of file