Skip to content

Commit

Permalink
Allow upload script to support different bash locations (#726)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayhf authored Jan 9, 2025
1 parent 40b077c commit d7d7973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-dev/Scripts/upload-debug-symbols.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

targetPlatform=$1
targetName=$2
Expand Down

0 comments on commit d7d7973

Please sign in to comment.