From 44386edbe4e2e3d7eabbdb88446500506a776a15 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Thu, 13 Feb 2025 23:20:59 -0600 Subject: [PATCH] chore: fix workflows and build now that model files are not in the repository --- .github/workflows/publish.yml | 2 -- .github/workflows/pull_request.yml | 3 --- src/BGR.Console/BGR.Console.csproj | 25 +++++++++++++++++++++++++ 3 files changed, 25 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5708898..7cb04b1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 with: - lfs: true fetch-depth: 0 token: ${{ secrets.ACTIONS_PAT }} - name: Setup .NET 9 @@ -59,7 +58,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 with: - lfs: true fetch-depth: 0 ref: ${{ github.ref }} token: ${{ secrets.ACTIONS_PAT }} diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 4a95ca7..9b2b2f2 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -21,7 +21,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 with: - lfs: true fetch-depth: 0 token: ${{ secrets.ACTIONS_PAT }} - name: Setup .NET @@ -53,7 +52,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 with: - lfs: true fetch-depth: 0 token: ${{ secrets.ACTIONS_PAT }} - name: Setup .NET 9 @@ -83,7 +81,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 with: - lfs: true fetch-depth: 0 token: ${{ secrets.ACTIONS_PAT }} - name: Download ubuntu-latest report diff --git a/src/BGR.Console/BGR.Console.csproj b/src/BGR.Console/BGR.Console.csproj index 38cf575..3ba3741 100644 --- a/src/BGR.Console/BGR.Console.csproj +++ b/src/BGR.Console/BGR.Console.csproj @@ -12,6 +12,31 @@ Exe + + Resources\Files + + + + + + + + + + + + + +