Install 7zip before running export action
Some checks failed
CI / build (push) Failing after 23s

This commit is contained in:
ultrablob 2025-02-03 13:18:33 -05:00
parent 8f88fb3aad
commit 242780a974

View file

@ -27,8 +27,13 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: milliewalky/setup-7-zip@v2
name: Install 7zip
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
name: Checkout files
- name: export game
id: export
@ -39,9 +44,6 @@ jobs:
godot_export_templates_download_url: https://github.com/godotengine/godot/releases/download/${{ env.GODOT_VERSION }}-${{ env.GODOT_BUILD }}/Godot_v${{ env.GODOT_VERSION }}-${{ env.GODOT_BUILD }}_export_templates.tpz
relative_project_path: ./
- name: Move vercel.json
run: cp ${GITHUB_WORKSPACE}/vercel.json ${{ steps.export.outputs.build_directory }}/vercel.json
- name: Upload build
uses: actions/upload-artifact@v4
with: