Skip to content

Commit

Permalink
added entity tools
Browse files Browse the repository at this point in the history
  • Loading branch information
higps committed Jul 23, 2024
1 parent 2d9c643 commit 78f8e0f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/sp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 78f8e0f

Please sign in to comment.