Skip to content

Commit

Permalink
that's not a list...
Browse files Browse the repository at this point in the history
  • Loading branch information
DEATHB4DEFEAT committed Nov 20, 2024
1 parent d6cc301 commit 47cee6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/yaml-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
id: cache-release
uses: actions/cache@v3
with:
path: bin
path: |
bin
key: ${{ runner.os }}-build-Release
continue-on-error: true

- name: Build
run: dotnet build --configuration Release --no-restore /p:WarningsAsErrors= /m
Expand Down

0 comments on commit 47cee6a

Please sign in to comment.