@@ -24,6 +24,8 @@ jobs:
|
|||||||
set -e
|
set -e
|
||||||
# ensure a small staging dir for upload
|
# ensure a small staging dir for upload
|
||||||
mkdir -p dist
|
mkdir -p dist
|
||||||
|
# install zip utility (container may not have it)
|
||||||
|
apt-get update && apt-get install -y zip
|
||||||
# create latest.zip containing the assets directory (so zip root contains 'assets/')
|
# create latest.zip containing the assets directory (so zip root contains 'assets/')
|
||||||
cd app/src/main
|
cd app/src/main
|
||||||
zip -r "$GITHUB_WORKSPACE/latest.zip" assets
|
zip -r "$GITHUB_WORKSPACE/latest.zip" assets
|
||||||
|
|||||||
Reference in New Issue
Block a user