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