From 70a585a498d7f93f02f9f52fd06eccbf213163a8 Mon Sep 17 00:00:00 2001 From: Martin <205458877+SignalFromTheStars@users.noreply.github.com> Date: Sat, 31 Jan 2026 12:31:46 +0100 Subject: [PATCH 1/4] init first ci version --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9da6972..4bf32a4 100644 --- a/README.md +++ b/README.md @@ -44,3 +44,5 @@ Can't find the binding you need? We accept contributions! Check our [guideline a - And more! Does your game also use luasteam? Let us know [here](https://github.com/uspgamedev/luasteam/issues/16) and we can add it to the list too. + +# init first ci run with this line \ No newline at end of file From 12d34707667b461aa43d7794abcb8d8a00854f50 Mon Sep 17 00:00:00 2001 From: Martin <205458877+SignalFromTheStars@users.noreply.github.com> Date: Sat, 31 Jan 2026 12:42:01 +0100 Subject: [PATCH 2/4] sdk user --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22f460c..ac6f347 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: run: apt-get update && apt-get install -y build-essential g++-multilib - name: Download Steamworks SDK run: | - curl -u yancouto:${{ secrets.SDK_TOKEN }} -sL https://raw.githubusercontent.com/yancouto/private-steamworks-sdk/master/steamworks_sdk_163.zip -o sdk.zip + curl -u signal_from_the_stars:${{ secrets.SDK_TOKEN }} -sL https://raw.githubusercontent.com/signal_from_the_stars/private-steamworks-sdk/master/steamworks_sdk_163.zip -o sdk.zip unzip -q sdk.zip - name: Build linux64 run: make linux64 && mkdir -p build && cp luasteam.so build/linux64_luasteam.so From 2c8a5caf6e62ebf4f89495d1503c95f8b05d5eba Mon Sep 17 00:00:00 2001 From: Martin <205458877+SignalFromTheStars@users.noreply.github.com> Date: Sat, 31 Jan 2026 13:11:59 +0100 Subject: [PATCH 3/4] correct steam api --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac6f347..688e9b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: run: apt-get update && apt-get install -y build-essential g++-multilib - name: Download Steamworks SDK run: | - curl -u signal_from_the_stars:${{ secrets.SDK_TOKEN }} -sL https://raw.githubusercontent.com/signal_from_the_stars/private-steamworks-sdk/master/steamworks_sdk_163.zip -o sdk.zip + curl -u SignalFromTheStars:${{ secrets.SDK_TOKEN }} -sL https://raw.githubusercontent.com/SignalFromTheStars/private-steamworks-sdk/master/steamworks_sdk_163.zip -o sdk.zip unzip -q sdk.zip - name: Build linux64 run: make linux64 && mkdir -p build && cp luasteam.so build/linux64_luasteam.so From 8a2dcac9eaa498550cab1bc3b46f47dc73a0017f Mon Sep 17 00:00:00 2001 From: Martin <205458877+SignalFromTheStars@users.noreply.github.com> Date: Sat, 31 Jan 2026 13:14:03 +0100 Subject: [PATCH 4/4] undo init readme --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 4bf32a4..9da6972 100644 --- a/README.md +++ b/README.md @@ -44,5 +44,3 @@ Can't find the binding you need? We accept contributions! Check our [guideline a - And more! Does your game also use luasteam? Let us know [here](https://github.com/uspgamedev/luasteam/issues/16) and we can add it to the list too. - -# init first ci run with this line \ No newline at end of file