Skip to content

Commit

Permalink
Updated export presets and CI
Browse files Browse the repository at this point in the history
  • Loading branch information
RodZill4 committed Jul 1, 2024
1 parent 3a8c6d2 commit 80460ea
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/dev-desktop-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ on:

env:
GODOT_VERSION: 4.3
GODOT_SUB: beta1
GODOT_DOWNLOAD_DIR: https://github.com/godotengine/godot-builds/releases/download/4.3-beta1
GODOT_SUB: beta2
GODOT_DOWNLOAD_DIR: https://github.com/godotengine/godot-builds/releases/download/4.3-beta2
EXPORT_NAME: material_maker
MM_RELEASE: 1_4a1

Expand Down Expand Up @@ -93,17 +93,17 @@ jobs:
tar zcvf ${EXPORT_NAME}_${MM_RELEASE}_linux.tar.gz ${EXPORT_NAME}_${MM_RELEASE}_linux
- name: Upload Documentation 🚀
if: ${{ github.event.inputs.gen_doc == 'true' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: documentation
path: ./material_maker/doc/_build/html
- name: Upload Windows Artifact 🚀
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: windows_snapshot
path: build/${{ env.EXPORT_NAME }}_${{ env.MM_RELEASE }}_windows.zip
- name: Upload Linux Artifact 🚀
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: linux_snapshot
path: build/${{ env.EXPORT_NAME }}_${{ env.MM_RELEASE }}_linux.tar.gz
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
xcrun notarytool submit ./build/mac/material_maker_${{ env.MM_RELEASE }}.dmg --apple-id $APPLE_ID --password $NOTARYTOOL_APP_PASSWORD --team-id $APPLE_TEAM_ID --wait
xcrun stapler staple ./build/mac/material_maker_${{ env.MM_RELEASE }}.dmg
- name: Upload Mac OSX Artifact 🚀
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: macos_snapshot
path: ./build/mac/material_maker_${{ env.MM_RELEASE }}.dmg
Loading

0 comments on commit 80460ea

Please sign in to comment.