ca4e29ac0e
- Set artifact retention to 30 days - Update script dscription - Updated docs
10 lines
216 B
Bash
Executable File
10 lines
216 B
Bash
Executable File
#!/bin/bash
|
|
|
|
#
|
|
# Description: Releases the current build files as an SDK in release/TactilitySDK
|
|
# This deployment is used when compiling apps in ./ExternalApps
|
|
#
|
|
|
|
./Buildscripts/release-sdk.sh release/TactilitySDK
|
|
|