Skip to content

Commit 179523b

Browse files
authored
this should fail and not u pload artifact
1 parent fa00cb2 commit 179523b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
# sdk: nightly
4141
build-config: RelWithDebInfo
4242
path: textureldr
43-
combine: true
4443
target: ${{ matrix.config.target }}
4544

4645
package:

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ runs:
275275
echo "output=$OUTPUT_DIR" >> $GITHUB_OUTPUT
276276
277277
- name: Upload artifacts
278-
if: ${{ inputs.combine }}
278+
if: ${{ inputs.combine }} == 'true'
279279
uses: actions/upload-artifact@v4
280280
with:
281281
name: "geode-build-${{ steps.platform.outputs.target_id }}"

0 commit comments

Comments
 (0)