-
Notifications
You must be signed in to change notification settings - Fork 3
Build artifacts locally
Eugene Lazutkin edited this page May 25, 2023
·
1 revision
The project makes building and saving artifacts easy from GitHub Actions. But sometimes we want to use an exotic/unsupported configuration and save artifacts manually. It is directly supported since version 1.3.3.
There is an example Bash script that does just that: scripts/example-save.sh. Copy it and modify it to reflect your project.
IMPORTANT! It requires a personal token. Never save a file with such tokens to a public repository!