Skip to content

Commit

Permalink
Move IDA SDK out of third_party directory
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 595991029
Change-Id: If6cfece8a83573c7605e2b0d25cd3316e4be6353
  • Loading branch information
cblichmann authored and copybara-github committed Jan 5, 2024
1 parent 5591588 commit f0730e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/decrypt_secret.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ set -e
gpg --quiet --batch --yes --decrypt \
"--passphrase=${IDASDK_SECRET}" \
--output "${RUNNER_WORKSPACE}/build/idasdk_teams80.zip" \
"${GITHUB_WORKSPACE}/third_party/idasdk_teams80.zip.gpg"
"${GITHUB_WORKSPACE}/ida/idasdk/idasdk_teams80.zip.gpg"
Binary file removed third_party/idasdk_teams80.zip.gpg
Binary file not shown.

0 comments on commit f0730e4

Please sign in to comment.