diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e4cc978..505b68d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -38,9 +43,6 @@ jobs: godot_executable_download_url: https://github.com/godotengine/godot/releases/download/${{ env.GODOT_VERSION }}-${{ env.GODOT_BUILD }}/Godot_v${{ env.GODOT_VERSION }}-${{ env.GODOT_BUILD }}_linux.x86_64.zip 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