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 26efed0 commit 51658e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Remove Android export preset
run: grep -v -U -e "(?s)\[preset\.6\].*" export_presets.cfg > new_export_presets.cfg && mv -f new_export_presets.cfg export_presets.cfg
run: grep -v -U -e "(?s)\[preset\.6\].*" /home/runner/work/LittleRage/LittleRage/export_presets.cfg > /home/runner/work/LittleRage/LittleRage/new_export_presets.cfg && mv -f /home/runner/work/LittleRage/LittleRage/new_export_presets.cfg /home/runner/work/LittleRage/LittleRage/export_presets.cfg
- uses: actions/checkout@v3
- name: Godot Export
uses: firebelley/godot-export@v5.2.1
Expand Down

0 comments on commit 51658e7

Please sign in to comment.