File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.events == "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.events == "pull_request" }}
85+ if : ${{ github.event_name == "pull_request" }}
8686 needs : build
8787 runs-on : ubuntu-latest
8888
You can’t perform that action at this time.
0 commit comments