Skip to content

Commit

Permalink
CI: Fix working directory on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
al3xtjames committed Nov 25, 2022
1 parent 7ef254a commit 87400fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
Invoke-WebRequest "https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_${env:GHIDRA_VERSION}_build/ghidra_${env:GHIDRA_VERSION}_PUBLIC_${env:GHIDRA_DATE}.zip" -OutFile "ghidra_${env:GHIDRA_VERSION}_PUBLIC_${env:GHIDRA_DATE}.zip"
Expand-Archive "ghidra_${env:GHIDRA_VERSION}_PUBLIC_${env:GHIDRA_DATE}.zip" -DestinationPath .
echo "GHIDRA_INSTALL_DIR=$pwd\ghidra_${env:GHIDRA_VERSION}_PUBLIC" >> ${env:GITHUB_ENV}
working-directory: C:\Users\installer\AppData\Local\Temp
working-directory: ${{ env.TEMP }}

- name: Build with Gradle
run: ./gradlew.bat
Expand Down

0 comments on commit 87400fc

Please sign in to comment.