Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
softbf395 authored Oct 11, 2024
1 parent 20f6b6a commit 7301373
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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..."
Expand All @@ -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:
Expand Down

0 comments on commit 7301373

Please sign in to comment.