Skip to content

Commit

Permalink
fix conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamink committed Sep 21, 2024
1 parent d8c6e2f commit a83249a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@ jobs:
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

- name: Upload releases
if: ${{ github.event_name == "pull_request" }}
if: ${{ github.event_name == 'pull_request' }}
uses: actions/upload-artifact@v4
with:
name: fujinet-${{ matrix.target-platform }}.zip
path: ./firmware/*.zip
compression-level: 0

link:
if: ${{ github.event_name == "pull_request" }}
if: ${{ github.event_name == 'pull_request' }}
needs: build
runs-on: ubuntu-latest

Expand Down

0 comments on commit a83249a

Please sign in to comment.