Skip to content

Commit

Permalink
Update signjars.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kolipakakondal committed Oct 7, 2024
1 parent 45eea31 commit cf63e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/signjars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
/usr/bin/security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k espressif build.keychain
# Step 2: Define the directory containing the JARs and native libraries and the temp directory for signed JARs
LIB_DIR="${PWD}/BUNDLES/com.espressif.idf.launch.serial.ui/lib"
LIB_DIR="${PWD}/BUNDLES/com.espressif.idf.launch.serial.ui/libs"
SIGNED_JARS_DIR="${RUNNER_TEMP}/signed-jars" # Use GitHub's RUNNER_TEMP for storing signed JARs
mkdir -p "$SIGNED_JARS_DIR"
Expand Down

0 comments on commit cf63e72

Please sign in to comment.