Skip to content

Commit 24c8d9f

Browse files
authored
Merge pull request #6 from WolfGangS/feature/5-llevents-lltimers
Feature/5 llevents lltimers
2 parents eddb926 + 084f95f commit 24c8d9f

29 files changed

Lines changed: 18762 additions & 8911 deletions

.github/workflows/release.yml

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,12 @@ jobs:
1616
- uses: denoland/setup-deno@v2
1717
with:
1818
deno-version: v2.x
19-
- uses: actions/setup-node@v4
20-
with:
21-
node-version: "22.x"
22-
- name: Node CI
23-
run: npm ci
24-
- name: Download
25-
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
26-
env:
27-
BOT_FIRST_NAME: ${{ secrets.BOT_FIRST_NAME }}
28-
BOT_LAST_NAME: ${{ secrets.BOT_LAST_NAME }}
29-
BOT_PASSWORD: ${{ secrets.BOT_PASSWORD }}
30-
BOT_LOCATION: ${{ secrets.BOT_LOCATION }}
31-
run: npx tsc download/keywords.ts && node download/keywords.js "$BOT_FIRST_NAME" "$BOT_LAST_NAME" "$BOT_PASSWORD" "$BOT_LOCATION"
32-
- name: Copy Download
19+
cache: true
20+
- name: Download Yaml Defs
3321
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
34-
run: rm data/keywords_lsl_formatted.llsd.xml && cp data/keywords_lsl_download.llsd.xml data/keywords_lsl_formatted.llsd.xml
22+
run: |
23+
curl --output data/lsl_definitions.dl.yaml "https://raw.githubusercontent.com/secondlife/lsl-definitions/refs/heads/main/lsl_definitions.yaml"
24+
rm data/lsl_definitions.yaml && cp data/lsl_definitions.dl.yaml data/lsl_definitions.yaml
3525
- name: Build
3626
run: deno task build
3727
- name: Document

0 commit comments

Comments
 (0)