mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
why
This commit is contained in:
parent
7fa8969d5b
commit
74fe42a7ff
4
.github/workflows/ksp-publish.yml
vendored
4
.github/workflows/ksp-publish.yml
vendored
@ -60,7 +60,7 @@ jobs:
|
||||
- name: Upload Unbundled Build
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: ${{ format("ConformalDecals-{0}-unbundled", env.VERSION_TITLE) }}
|
||||
name: ${{ format('ConformalDecals-{0}-unbundled', env.VERSION_TITLE) }}
|
||||
path: |
|
||||
GameData/ConformalDecals
|
||||
README.md
|
||||
@ -71,7 +71,7 @@ jobs:
|
||||
- name: Upload Bundled Build
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: ${{ format("ConformalDecals-{0}", env.VERSION_TITLE) }}
|
||||
name: ${{ format('ConformalDecals-{0}', env.VERSION_TITLE) }}
|
||||
path: |
|
||||
GameData
|
||||
README.md
|
||||
|
Loading…
Reference in New Issue
Block a user