Skip to content

Commit

Permalink
bru!
Browse files Browse the repository at this point in the history
  • Loading branch information
cgytrus authored Feb 13, 2024
1 parent 255f414 commit 2c9c4dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions combine/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ runs:
shell: bash
id: merge
run: |
chmod +x ./geode
mkdir out
MODS=$(find . -name *.geode -type f -printf "%f\n" | sort -u)
for mod in $MODS; do
Expand Down Expand Up @@ -93,7 +92,7 @@ runs:
with:
name: geode-build-win
failOnError: false

- uses: geekyeggo/delete-artifact@v4
if: ${{ inputs.delete-artifacts }}
with:
Expand Down

0 comments on commit 2c9c4dd

Please sign in to comment.