diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 3fa8700..de83e6e 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -41,9 +41,6 @@ jobs: run: cmake --build build -- -j$(nproc) - name: List build output run: ls -lh build - - name: Fix Dusk binary name - run: | - mv build/DuskCore build/Dusk - name: Upload Linux binary uses: actions/upload-artifact@v3 with: