From ddd03fe38da29255ef4bc93b4f0fc841abe42337 Mon Sep 17 00:00:00 2001 From: QueenOfSquiggles <8940604+QueenOfSquiggles@users.noreply.github.com> Date: Sun, 7 Apr 2024 08:14:19 -0500 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8372577..8fea25e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,10 +35,10 @@ jobs: # artifact: sqore.dll # type: debug - # # Release linux - # - target: x86_64-unknown-linux-gnu - # artifact: libsqore.so - # type: release + # Release linux + - target: x86_64-unknown-linux-gnu + artifact: libsqore.so + type: release # # Release mac # - target: x86_64-apple-darwin