From 7301373f6211fef55d2036d776d577fff1a4ef86 Mon Sep 17 00:00:00 2001 From: softbf395 <130502864+softbf395@users.noreply.github.com> Date: Fri, 11 Oct 2024 06:35:42 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0741d07..3be4b86 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,6 @@ jobs: echo "Installing Lua and LuaRocks..." brew install lua cmake luarocks luarocks install luafilesystem # Install LuaFileSystem - - name: Build Dynamic Library id: build run: | @@ -30,13 +29,11 @@ jobs: # Set the built library path as an output variable echo "OUTPUT_LIB_PATH=build/libmylibrary.dylib" >> $GITHUB_ENV - - name: Export the built library run: | echo "Exporting the built library..." mkdir -p output cp /Users/runner/work/Aedaniss7s-script-executor-roblox/Aedaniss7s-script-executor-roblox/lib/libmylibrary.dylib output/ # Use the environment variable for the output path - - name: Check Build Output run: | echo "Checking the build output..." @@ -46,7 +43,6 @@ jobs: echo "libmylibrary.dylib does not exist." exit 1 # Exit with error if the library does not exist fi - - name: Upload library uses: actions/upload-artifact@v3 with: