File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed
Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -82,21 +82,21 @@ jobs:
8282 rmdir ~/actions-runner/_work/endless-sky-main-plot-plus/endless-sky-main-plot-plus/saves
8383 shell : bash
8484
85- asset_check :
86- name : Asset Check
87- needs : changed
88- if : ${{ needs.changed.outputs.media == 'true' || needs.changed.outputs.workflows == 'true' }}
89- runs-on : self-hosted
90- steps :
91- - uses : actions/checkout@v5
92- with :
93- show-progress : false
94- path : ' plugins/github-action-plugin'
95- - name : Parse assets
96- run : " ~/Programs/'Endless Sky'/Debug* -d --parse-assets -c ~/actions-runner/_work/endless-sky-main-plot-plus/endless-sky-main-plot-plus"
97- shell : bash
98- - name : Clean up
99- run : |
100- rm -rf ~/actions-runner/_work/endless-sky-main-plot-plus/endless-sky-main-plot-plus/plugins
101- rmdir ~/actions-runner/_work/endless-sky-main-plot-plus/endless-sky-main-plot-plus/saves
102- shell : bash
85+ asset_check :
86+ name : Asset Check
87+ needs : changed
88+ if : ${{ needs.changed.outputs.media == 'true' || needs.changed.outputs.workflows == 'true' }}
89+ runs-on : self-hosted
90+ steps :
91+ - uses : actions/checkout@v5
92+ with :
93+ show-progress : false
94+ path : ' plugins/github-action-plugin'
95+ - name : Parse assets
96+ run : " ~/Programs/'Endless Sky'/Debug* -d --parse-assets -c ~/actions-runner/_work/endless-sky-main-plot-plus/endless-sky-main-plot-plus"
97+ shell : bash
98+ - name : Clean up
99+ run : |
100+ rm -rf ~/actions-runner/_work/endless-sky-main-plot-plus/endless-sky-main-plot-plus/plugins
101+ rmdir ~/actions-runner/_work/endless-sky-main-plot-plus/endless-sky-main-plot-plus/saves
102+ shell : bash
You can’t perform that action at this time.
0 commit comments