Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4fdf899fb4 | ||
|
|
bc0cbb72c2 |
@@ -8,7 +8,7 @@ inputs:
|
||||
path:
|
||||
description: 'Directory containing source code & .spec file (optional requirements.txt).'
|
||||
required: True
|
||||
default: src/
|
||||
default: src
|
||||
outputs:
|
||||
output:
|
||||
description: 'The output of PyInstaller'
|
||||
|
||||
@@ -9,7 +9,6 @@ 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
|
||||
ls
|
||||
SRCDIR=/$1
|
||||
WORKDIR=${SRCDIR:-/src}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user