Skip to content

Commit

Permalink
Setup Air License
Browse files Browse the repository at this point in the history
(References: #42)
  • Loading branch information
Aszusz committed Mar 17, 2024
1 parent 28a71ee commit fdc72d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
flex-version: "4.16.1"
air-version: "33.1"
accept-air-license: true
air-license-base64: ${{ secrets.AIR_LICENSE_BASE64 }}

# Prepare signing

Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,7 @@ jobs:
flex-version: "4.16.1"
air-version: "33.1"
accept-air-license: true

- name: Setup Flex Adt License
run: |
echo "${FLEX_HOME}"
# echo "${{ secrets.FLEX_ADT_LIC }}" | base64 --decode > ${FLEX_HOME}/lib/adt.lic
shell: bash
air-license-base64: ${{ secrets.AIR_LICENSE_BASE64 }}

- name: Install NSIS plugin nsProcess
working-directory: MoonshineSDKInstaller/build
Expand Down

0 comments on commit fdc72d7

Please sign in to comment.