Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rainlizard authored Mar 18, 2024
1 parent 2672c0b commit bedffba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
branches:
- '*'


jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -39,7 +38,7 @@ jobs:
- name: Export Godot Game
run: |
mkdir -p ./bin/Export${{ matrix.platform }}/Unearth
godot --export "${{ matrix.platform == 'linux' && 'Linux/X11' || 'Windows Desktop' }}" ./bin/Export${{ matrix.platform }}/Unearth/Unearth${{ matrix.platform == 'linux' && '.x86_64' || '.exe' }}
godot-ci/godot --export "${{ matrix.platform == 'linux' && 'Linux/X11' || 'Windows Desktop' }}" ./bin/Export${{ matrix.platform }}/Unearth/Unearth${{ matrix.platform == 'linux' && '.x86_64' || '.exe' }}
- name: Replace Icon in Windows Export with rcedit
if: matrix.platform == 'windows'
Expand Down

0 comments on commit bedffba

Please sign in to comment.