Skip to content

Commit c32d94b

Browse files
undo changes & fix environment
1 parent 96f8a0a commit c32d94b

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/run-lune.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
jobs:
88
run-lune:
9+
environment: Guidebook
910
runs-on: ubuntu-latest
1011
steps:
1112
- name: Checkout repository

compile-guidebook/main.luau

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ local Response = net.request({
106106
body = MultipartData:tostring(),
107107
})
108108

109-
print(string.len(process.env.ASSET_ID), "ASSET ID LENGTH")
110-
111109
if (Response.statusCode ~= 200) then
112110
error(`Failed to upload model: {Response.statusCode} - {Response.body}`)
113111
end

0 commit comments

Comments
 (0)