From 78f8e0f84ad52381464e0a288ae92fa47ec22d36 Mon Sep 17 00:00:00 2001 From: higps <59850204+higps@users.noreply.github.com> Date: Tue, 23 Jul 2024 20:12:58 +0200 Subject: [PATCH] added entity tools --- .github/workflows/sp.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sp.yml b/.github/workflows/sp.yml index fc1e2b14..90cc7d10 100644 --- a/.github/workflows/sp.yml +++ b/.github/workflows/sp.yml @@ -183,11 +183,17 @@ jobs: file-url: 'https://raw.githubusercontent.com/nosoop/stocksoup/master/entity_tools.inc' location: './lib-include/stocksoup/tf' # stocksoup/tf/entity_prefabs - - name: Download entity_prefabs.inc + - name: Download entity_prefabs.inc uses: carlosperate/download-file-action@v1 with: file-url: 'https://raw.githubusercontent.com/nosoop/stocksoup/master/entity_prefabs.inc' location: './lib-include/stocksoup/tf' + # stocksoup/tf/entity_tools + - name: Download entity_tools.inc + uses: carlosperate/download-file-action@v1 + with: + file-url: 'https://raw.githubusercontent.com/nosoop/stocksoup/master/entity_tools.inc' + location: './lib-include/stocksoup/tf' # tf_cattr_buff_override.inc - name: Download tf_cattr_buff_override.inc uses: carlosperate/download-file-action@v1