We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa00cb2 commit 179523bCopy full SHA for 179523b
.github/workflows/test.yml
@@ -40,7 +40,6 @@ jobs:
40
# sdk: nightly
41
build-config: RelWithDebInfo
42
path: textureldr
43
- combine: true
44
target: ${{ matrix.config.target }}
45
46
package:
action.yml
@@ -275,7 +275,7 @@ runs:
275
echo "output=$OUTPUT_DIR" >> $GITHUB_OUTPUT
276
277
- name: Upload artifacts
278
- if: ${{ inputs.combine }}
+ if: ${{ inputs.combine }} == 'true'
279
uses: actions/upload-artifact@v4
280
with:
281
name: "geode-build-${{ steps.platform.outputs.target_id }}"
0 commit comments