Skip to content

Commit

Permalink
Patch workflow (again.)
Browse files Browse the repository at this point in the history
  • Loading branch information
Killarexe committed Jun 9, 2024
1 parent 391ed9f commit dd9cad3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ on:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./
steps:
- name: Remove Android export preset
run: x=$(cat /home/runner/work/LittleRage/LittleRage/export_presets.cfg); echo $x | grep -v -U -e "(?s)\[preset\.6\].*" > /home/runner/work/LittleRage/LittleRage/export_presets.cfg
run: x=$(cat export_presets.cfg); echo $x | grep -v -U -e "(?s)\[preset\.6\].*" > export_presets.cfg
- uses: actions/checkout@v3
- name: Godot Export
uses: firebelley/godot-export@v5.2.1
Expand Down

0 comments on commit dd9cad3

Please sign in to comment.