diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 5bdcf93..993ab21 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -23,7 +23,7 @@ jobs: run: cargo build --release --verbose - name: Upload a Build Artifact uses: actions/upload-artifact@v4.3.1 - if: ${{ github.event_name == "push" }} + if: ${{ github.event_name == 'push' }} with: name: byte-pusher-emu path: target/release/byte-pusher-emu