Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mfoltz authored Nov 18, 2024
1 parent 8b23de1 commit 95939e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
- name: Create secrets.json
run: |
mkdir -p Bloodcraft/Resources
mkdir -p Bloodcraft/Bloodcraft/Resources
echo '{
"NEW_SHARED_KEY": "${{ secrets.NEW_SHARED_KEY }}",
"OLD_SHARED_KEY": "${{ secrets.OLD_SHARED_KEY }}"
}' > Bloodcraft/Resources/secrets.json
}' > Bloodcraft/Bloodcraft/Resources/secrets.json
- name: Build (Release)
run: dotnet build . --configuration Release -p:Version=${{ env.version }}
Expand Down

0 comments on commit 95939e5

Please sign in to comment.