]> Repositorios git - scryer-prolog.git/commitdiff
explicitly pass the target to cargo-deb
authorSkgland <[email protected]>
Sun, 17 Aug 2025 20:31:28 +0000 (22:31 +0200)
committerBennet Bleßmann <[email protected]>
Sun, 17 Aug 2025 20:31:28 +0000 (22:31 +0200)
.github/workflows/ci.yml

index c3705cf95648eef460129028e37328f563225bcf..c9179fcb8968b44d6bd75ce6fc3f77ce914aedd2 100644 (file)
@@ -94,7 +94,7 @@ jobs:
         
       - name: Build release debian packages
         if: ${{ matrix.publish && contains(matrix.target,  'linux') }}
-        run: cargo deb
+        run: cargo deb --target ${{ matrix.target }}
         
       - name: Publish release binary artifact
         if: matrix.publish