diff --git a/action.yml b/action.yml index a69a3a7..006374b 100644 --- a/action.yml +++ b/action.yml @@ -71,18 +71,6 @@ outputs: runs: using: composite steps: - - name: is combine true - if: ${{ inputs.combine }} == 'true' - run: echo hi - - - name: is combine false - if: ${{ inputs.combine }} == 'false' - run: echo hello - - - name: leave - shell: bash - run: exit 1 - - name: Detect platform id: platform shell: bash @@ -287,7 +275,7 @@ runs: echo "output=$OUTPUT_DIR" >> $GITHUB_OUTPUT - name: Upload artifacts - if: ${{ inputs.combine }} == 'true' + if: ${{ inputs.combine == 'true' }} uses: actions/upload-artifact@v4 with: name: "geode-build-${{ steps.platform.outputs.target_id }}"