Skip to content

Commit

Permalink
this should fail and not u pload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
matcool authored Dec 7, 2024
1 parent fa00cb2 commit 179523b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
# sdk: nightly
build-config: RelWithDebInfo
path: textureldr
combine: true
target: ${{ matrix.config.target }}

package:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ runs:
echo "output=$OUTPUT_DIR" >> $GITHUB_OUTPUT
- name: Upload artifacts
if: ${{ inputs.combine }}
if: ${{ inputs.combine }} == 'true'
uses: actions/upload-artifact@v4
with:
name: "geode-build-${{ steps.platform.outputs.target_id }}"
Expand Down

0 comments on commit 179523b

Please sign in to comment.