Skip to content

Commit df51dd9

Browse files
committed
add ships to artifacts
1 parent 1c404c5 commit df51dd9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66
workflow_dispatch:
77
schedule:
8-
- cron: "0 0 1 * *"
8+
- cron: "0 0 1 * *"
99

1010
jobs:
1111
check-secrets:
@@ -51,6 +51,7 @@ jobs:
5151
run: |
5252
cp "${{ github.workspace }}/.github/package.build.props" "${{ github.workspace }}/Directory.Build.props.user"
5353
cp "${{ github.workspace }}/.github/package.config.json" "${{ github.workspace }}/config.json.user"
54+
cp "${{ env.FAKE_GAME_DIR }}/1.12/Ships" "${{ github.workspace }}/Ships" -Recurse
5455
msbuild /p:Configuration=Release ${{ github.workspace }}/FerramAerospaceResearch.sln -m
5556
5657
- name: Package

0 commit comments

Comments
 (0)