@@ -19,55 +19,55 @@ jobs:
1919 buildArgs : " windows -final -32 -D HXCPP_M32 -D officialBuild"
2020 assetType : S3TC
2121 artifactName : windowsBuild-i686
22- artifactPath : export\final \windows\bin\*
22+ artifactPath : export\release \windows\bin\*
2323 - name : Windows x86_64
2424 os : windows-2025
2525 buildArgs : " windows -final -64 -D HXCPP_M64 -D officialBuild"
2626 assetType : S3TC
2727 artifactName : windowsBuild-x86_64
28- artifactPath : export\final \windows\bin\*
28+ artifactPath : export\release \windows\bin\*
2929 - name : Windows ARM64
3030 os : windows-2025
3131 buildArgs : " windows -final -arm64 -D HXCPP_ARM64 -D officialBuild"
3232 assetType : S3TC
3333 artifactName : windowsBuild-arm64
34- artifactPath : export\final \windows\bin\*
34+ artifactPath : export\release \windows\bin\*
3535 - name : Linux i686
3636 os : ubuntu-22.04
3737 buildArgs : " linux -final -32 -D HXCPP_M32 -D officialBuild"
3838 assetType : S3TC
3939 artifactName : linuxBuild-i686
40- artifactPath : export/final /linux/bin/*
40+ artifactPath : export/release /linux/bin/*
4141 - name : Linux x86_64
4242 os : ubuntu-22.04
4343 buildArgs : " linux -final -64 -D HXCPP_M64 -D officialBuild"
4444 assetType : S3TC
4545 artifactName : linuxBuild-x86_64
46- artifactPath : export/final /linux/bin/*
46+ artifactPath : export/release /linux/bin/*
4747 - name : Linux ARMV7
4848 os : ubuntu-22.04-arm
4949 buildArgs : " linux -final -armv7 -D HXCPP_ARMV7 -D officialBuild"
5050 assetType : ASTC
5151 artifactName : linuxBuild-armv7
52- artifactPath : export/final /linux/bin/*
52+ artifactPath : export/release /linux/bin/*
5353 - name : Linux ARM64
5454 os : ubuntu-22.04-arm
5555 buildArgs : " linux -final -arm64 -D HXCPP_ARM64 -D officialBuild"
5656 assetType : ASTC
5757 artifactName : linuxBuild-arm64
58- artifactPath : export/final /linux/bin/*
58+ artifactPath : export/release /linux/bin/*
5959 - name : Android
6060 os : macos-26
6161 buildArgs : " android -final -D officialBuild"
6262 assetType : ASTC
6363 artifactName : androidBuild
64- artifactPath : " export/final /android/bin/app/build/outputs/apk/release/*.apk"
64+ artifactPath : " export/release /android/bin/app/build/outputs/apk/release/*.apk"
6565 - name : iOS
6666 os : macos-15
6767 buildArgs : " ios -final -nosign -D officialBuild"
6868 assetType : ASTC
6969 artifactName : iOSBuild
70- artifactPath : " export/final /ios/build/Release-iphoneos/*.ipa"
70+ artifactPath : " export/release /ios/build/Release-iphoneos/*.ipa"
7171 uses : ./.github/workflows/build.yml
7272 secrets :
7373 SE_KEYSTORE_FILE : ${{ secrets.SE_KEYSTORE_FILE }}
0 commit comments