Revert the change

This commit is contained in:
EinTim 2025-05-03 23:23:04 +02:00 committed by GitHub
parent dbbec3b027
commit c53f02b35c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@ jobs:
run: cmake -B build -S . -DCMAKE_BUILD_TYPE=Release run: cmake -B build -S . -DCMAKE_BUILD_TYPE=Release
- name: Build the project - name: Build the project
run: cmake --build build --config Release -j run: cmake --build build --config Release
- name: Download linuxdeploy - name: Download linuxdeploy
run: | run: |
@ -85,7 +85,7 @@ jobs:
run: cmake -B build -S . -DCMAKE_BUILD_TYPE=Release run: cmake -B build -S . -DCMAKE_BUILD_TYPE=Release
- name: Build the project - name: Build the project
run: cmake --build build --config Release -j run: cmake --build build --config Release
- name: Upload Windows artifact - name: Upload Windows artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
@ -112,7 +112,7 @@ jobs:
run: cmake -B build -S . -DCMAKE_BUILD_TYPE=Release run: cmake -B build -S . -DCMAKE_BUILD_TYPE=Release
- name: Build the project - name: Build the project
run: cmake --build build --config Release -j run: cmake --build build --config Release
- name: Create DMG package - name: Create DMG package
run: | run: |