We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c404c5 commit df51dd9Copy full SHA for df51dd9
1 file changed
.github/workflows/package.yml
@@ -5,7 +5,7 @@ on:
5
pull_request:
6
workflow_dispatch:
7
schedule:
8
- - cron: "0 0 1 * *"
+ - cron: "0 0 1 * *"
9
10
jobs:
11
check-secrets:
@@ -51,6 +51,7 @@ jobs:
51
run: |
52
cp "${{ github.workspace }}/.github/package.build.props" "${{ github.workspace }}/Directory.Build.props.user"
53
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
55
msbuild /p:Configuration=Release ${{ github.workspace }}/FerramAerospaceResearch.sln -m
56
57
- name: Package
0 commit comments