Skip to content

Commit

Permalink
add ships to artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
dkavolis committed May 21, 2022
1 parent 1c404c5 commit df51dd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
workflow_dispatch:
schedule:
- cron: "0 0 1 * *"
- cron: "0 0 1 * *"

jobs:
check-secrets:
Expand Down Expand Up @@ -51,6 +51,7 @@ jobs:
run: |
cp "${{ github.workspace }}/.github/package.build.props" "${{ github.workspace }}/Directory.Build.props.user"
cp "${{ github.workspace }}/.github/package.config.json" "${{ github.workspace }}/config.json.user"
cp "${{ env.FAKE_GAME_DIR }}/1.12/Ships" "${{ github.workspace }}/Ships" -Recurse
msbuild /p:Configuration=Release ${{ github.workspace }}/FerramAerospaceResearch.sln -m
- name: Package
Expand Down

0 comments on commit df51dd9

Please sign in to comment.