Update build.yml

This commit is contained in:
Luca D'Amico 2024-08-25 18:49:32 +02:00 committed by GitHub
parent 4d94a0dc34
commit dec52435c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ jobs:
- name: Create Build Environment
run: |
sudo apt-get update
sudo apt-get install -y build-essential libgl1-mesa-dev and libglvnd-dev cmake qt6-base-dev
sudo apt-get install -y build-essential libgl1-mesa-dev and libglvnd-dev cmake qt6-base-dev libfmt-dev
mkdir build
- name: Configure CMake
@ -127,4 +127,4 @@ jobs:
uses: softprops/action-gh-release@v2.0.8
if: startsWith(github.ref, 'refs/tags/')
with:
files: "build/Release/NDSFactory-${{ github.ref_name }}-Windows-x64.zip"
files: "build/Release/NDSFactory-${{ github.ref_name }}-Windows-x64.zip"