Skip to content

Commit

Permalink
Deploy resources from commit 46e999b
Browse files Browse the repository at this point in the history
  • Loading branch information
WindowerBot committed Oct 22, 2024
1 parent 4dbc0bc commit 7273526
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<packages>
<package>
<name>resources_data</name>
<version>5.0.9049.43089.5</version>
<version>5.0.9061.31363.5</version>
<type>library</type>
<files>
<file size="19135">resources_data/ability_recasts.lua</file>
Expand Down
2 changes: 1 addition & 1 deletion resources_data/manifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<package>
<name>resources_data</name>
<version>5.0.9049.43089.5</version>
<version>5.0.9061.31363.5</version>
<type>library</type>
</package>

0 comments on commit 7273526

Please sign in to comment.