From 54835108424d3052a95ecffa60ded7341e69001e Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Wed, 30 Aug 2023 09:43:48 +0200 Subject: [PATCH] Fix github actions --- .github/workflows/platform_natives.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/platform_natives.yaml b/.github/workflows/platform_natives.yaml index a0ec322..c9da7e2 100644 --- a/.github/workflows/platform_natives.yaml +++ b/.github/workflows/platform_natives.yaml @@ -242,7 +242,7 @@ jobs: rm -rf natives mv ./docker-out/out/natives natives - mv ./docker-out/out/libtdjni.so "libtdjni.${env.REVISION}-${env.TYPE}.so" + mv ./docker-out/out/libtdjni.so "libtdjni.${REVISION}-${TYPE}.so" mv ./docker-out/out/tdlight-natives.jar "natives/target-${TYPE}/tdlight-natives-${REVISION}-${TYPE}.jar" - uses: actions/upload-artifact@v3 with: