Fix actions structure

This commit is contained in:
Damontecres 2025-11-05 16:31:24 -05:00
parent 397d919082
commit 1624a8d817
No known key found for this signature in database
3 changed files with 2 additions and 2 deletions

View file

@ -34,9 +34,9 @@ jobs:
with:
fetch-depth: 0 # Need the tags to build
- name: Setup
uses: ./.github/actions/setup.yml
uses: ./.github/actions/setup
- name: Native build
uses: ./.github/actions/native-build.yml
uses: ./.github/actions/native-build
with:
cache: true
- name: Build app