From 727352611726dbf415db0045cedf9aaf93be1292 Mon Sep 17 00:00:00 2001 From: WindowerBot <39810929+WindowerBot@users.noreply.github.com> Date: Tue, 22 Oct 2024 17:25:29 +0000 Subject: [PATCH] Deploy resources from commit 46e999b9ad5a48b06891cf99eda296c570826d7f --- .github/workflows/ci.yml | 27 +++++++++++++++++++++++++++ packages.xml | 2 +- resources_data/manifest.xml | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..a699483 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,27 @@ +name: Continuous Integration + +on: + push: + branches: [ "master" ] + +permissions: + contents: read + +jobs: + build: + runs-on: windows-latest + steps: + - uses: actions/checkout@v4 + - name: Check out API repo + uses: actions/checkout@v4 + with: + repository: Windower/Api + path: api + - name: Upload artifacts to Windower server + uses: ./api/.github/actions/upload + with: + url: https://api.windower.net/gh + api-key: ${{secrets.WINDOWER_SERVER_API_KEY}} + repository: ${{github.event.repository.name}} + directory: resources_data + extension: lua diff --git a/packages.xml b/packages.xml index 6df2b89..36cf781 100644 --- a/packages.xml +++ b/packages.xml @@ -2,7 +2,7 @@ resources_data - 5.0.9049.43089.5 + 5.0.9061.31363.5 library resources_data/ability_recasts.lua diff --git a/resources_data/manifest.xml b/resources_data/manifest.xml index 70fc2d2..3e8c7a1 100644 --- a/resources_data/manifest.xml +++ b/resources_data/manifest.xml @@ -1,6 +1,6 @@  resources_data - 5.0.9049.43089.5 + 5.0.9061.31363.5 library \ No newline at end of file