mirror of
https://github.com/JackMcKew/pyinstaller-action-windows
synced 2025-01-18 18:32:11 +08:00
try mounted?
This commit is contained in:
parent
f07c773adf
commit
74860fa3f9
@ -9,7 +9,7 @@ set -e
|
||||
# Allow the workdir to be set using an env var.
|
||||
# Useful for CI pipiles which use docker for their build steps
|
||||
# and don't allow that much flexibility to mount volumes
|
||||
SRCDIR=$(pwd)/$1
|
||||
SRCDIR="github/workspace/"$1
|
||||
WORKDIR=${SRCDIR:-/src}
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user