Skip to content

Commit a83249a

Browse files
committed
fix conditional
1 parent d8c6e2f commit a83249a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/autobuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,15 @@ jobs:
7474
run: cd /home/runner/work/fujinet-firmware/fujinet-firmware && /usr/bin/bash ./build.sh -z -l /home/runner/work/fujinet-firmware/fujinet-firmware/.github/workflows/platformio.release-${{ matrix.target-platform }}.ini -i /home/runner/work/fujinet-firmware/fujinet-firmware/platformio-generated.ini
7575

7676
- name: Upload releases
77-
if: ${{ github.event_name == "pull_request" }}
77+
if: ${{ github.event_name == 'pull_request' }}
7878
uses: actions/upload-artifact@v4
7979
with:
8080
name: fujinet-${{ matrix.target-platform }}.zip
8181
path: ./firmware/*.zip
8282
compression-level: 0
8383

8484
link:
85-
if: ${{ github.event_name == "pull_request" }}
85+
if: ${{ github.event_name == 'pull_request' }}
8686
needs: build
8787
runs-on: ubuntu-latest
8888

0 commit comments

Comments
 (0)