Skip to content

Commit

Permalink
abc
Browse files Browse the repository at this point in the history
  • Loading branch information
The0Show committed Jan 31, 2024
1 parent 6055c55 commit 702e176
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,13 @@ permissions:
contents: read

jobs:
DownloadGodot:
runs-on: ubuntu-latest
steps:
- run: wget https://github.com/godotengine/godot/releases/download/4.2.1-stable/Godot_v4.2.1-stable_linux.x86_32.zip -O godot.zip
- run: unzip godot.zip
- run: rm godot.zip
- run: ls
ExportProject:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- run: wget https://github.com/godotengine/godot/releases/download/4.2.1-stable/Godot_v4.2.1-stable_linux.x86_32.zip -O godot.zip
- run: unzip godot.zip
- run: rm godot.zip
- run: ls
- run: ./Godot_v4.2.1-stable_linux.x86_32 --headless --path ./source/project.godot --export-release "Windows Desktop"

0 comments on commit 702e176

Please sign in to comment.