Skip to content

Commit

Permalink
lol whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-wh committed Oct 29, 2024
1 parent 6ee3353 commit d215698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/before_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ main() {
# rustup default nightly
cargo make build-target-release

ROOT_DIR=${GITHUB_WORKSPACE:-.}
ARTIFACT_FOLDER=$ROOT_DIR/target/release-artifacts


# Codesign dlls before packaging up. This should only be running on Windows
if [ $RUNNER_OS = "Windows" ]; then
ROOT_DIR=${GITHUB_WORKSPACE:-.}

powershell $ROOT_DIR/ci/codesign.ps1 $ARTIFACT_FOLDER/wooting_analog_sdk.dll $ARTIFACT_FOLDER/wooting_analog_plugin.dll $ARTIFACT_FOLDER/wooting_analog_wrapper.dll $ARTIFACT_FOLDER/wooting-analog-sdk-updater.exe $ARTIFACT_FOLDER/wooting_analog_test_plugin.dll $ARTIFACT_FOLDER/wooting-analog-virtual-control.exe
fi
Expand Down

0 comments on commit d215698

Please sign in to comment.