Skip to content

Commit

Permalink
dont put master in tf
Browse files Browse the repository at this point in the history
  • Loading branch information
higps committed Jul 23, 2024
1 parent 847434d commit 99915c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,12 @@ jobs:
file-url: 'https://raw.githubusercontent.com/nosoop/stocksoup/master/var_strings.inc'
location: './lib-include/stocksoup'
# stocksoup/tf/entity_prefabs.inc
- name: Download entity_prefabs.inc
- name: Download tf entity_prefabs.inc
uses: carlosperate/download-file-action@v1
with:
file-url: 'https://raw.githubusercontent.com/nosoop/stocksoup/master/tf/entity_prefabs.inc'
location: './lib-include/stocksoup/tf'
# stocksoup/tf/entity_tools
# stocksoup/tf/entity_tools
- name: Download entity_tools.inc
uses: carlosperate/download-file-action@v1
with:
Expand All @@ -187,7 +187,7 @@ jobs:
uses: carlosperate/download-file-action@v1
with:
file-url: 'https://raw.githubusercontent.com/nosoop/stocksoup/master/entity_prefabs.inc'
location: './lib-include/stocksoup/tf'
location: './lib-include/stocksoup'
# tf_cattr_buff_override.inc
- name: Download tf_cattr_buff_override.inc
uses: carlosperate/download-file-action@v1
Expand Down

0 comments on commit 99915c1

Please sign in to comment.