Skip to content

Commit

Permalink
Playtime: Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed Nov 23, 2023
1 parent 5696645 commit a8e1ac9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ jobs:
# Build (all)
- name: Build release
uses: actions-rs/cargo@v1
env:
PLAYTIME_AUTHENTICITY_SIGNING_KEY: "${{ secrets.PLAYTIME_AUTHENTICITY_SIGNING_KEY }}"
PLAYTIME_LICENSE_VERIFYING_KEY: "${{ secrets.PLAYTIME_LICENSE_VERIFYING_KEY }}"
PLAYTIME_PRESET_VERIFYING_KEY: "${{ secrets.PLAYTIME_PRESET_VERIFYING_KEY }}"
with:
command: build
args: --features "${{ matrix.features }}" --profile ${{ matrix.profile }} --target ${{ matrix.target }}
Expand Down

0 comments on commit a8e1ac9

Please sign in to comment.