Skip to content

Commit

Permalink
Merge pull request #4 from Ultimaker/test_adding_umlicense
Browse files Browse the repository at this point in the history
Add UMLICENSE variables to the build job.
  • Loading branch information
alexborro authored Mar 26, 2024
2 parents d25ac66 + 4d5f1dd commit 6a97afb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ jobs:
- name: Build Package
id: build
run: |
# BUILDTYPE is used by the build of premium firmware modules such
# as print-process-reporting. "PRODUCTION" triggers the build of
# an encrypted firmware module using Ultimaker/umlicensemanager.
# Other firmware components ignore this.
export BUILDTYPE=PRODUCTION
# Encryption key for UMMOD file in "PRODUCTION" build mode.
# See umlicensemanager documentation
export UMLM_ENCRYPTION_KEY="${{ secrets.UMLM_ENCRYPTION_KEY }}"
export RELEASE_VERSION="${{ env.RELEASE_VERSION }}"
echo "RELEASE_VERSION: ${RELEASE_VERSION}"
Expand Down

0 comments on commit 6a97afb

Please sign in to comment.