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 cbf7918 commit 62d40da
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,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 build/libmylibrary.dylib output/ # Use the environment variable for the output path
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 @@ -54,7 +52,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 62d40da

Please sign in to comment.