Skip to content

Commit

Permalink
fix CreateRelease workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alemuntoni committed Jun 23, 2023
1 parent 9fda93b commit ac0fa3f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/CreateRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ jobs:
else
echo "artifact_suffix=" >> $GITHUB_OUTPUT
fi
- name: Build
uses: ./.github/actions/1_build
with:
cache-path: src/external/downloads/*
cache-key: external-libraries
build-option: ${{matrix.precision}}
- name: Build
uses: ./.github/actions/1_build
with:
cache-path: src/external/downloads/*
cache-key: external-libraries
build-option: ${{matrix.precision}}
- name: Deploy
uses: ./.github/actions/2_deploy
with:
Expand Down

0 comments on commit ac0fa3f

Please sign in to comment.