Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielLMcGuire committed Feb 9, 2024
1 parent 08e47d3 commit d351ed4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/LinuxCanary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
- name: Build
run: dotnet build src/linux/MathBotCLI.csproj --configuration Release --output "canary/Linux/"

- name: Set Git identity
run: |
git config user.email "danielmcguire23@icloud.com"
git config user.name "Daniel McGuire"
- name: Add ignored files (.gitignore)
run: |
git add -f canary/Linux/*
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/WindowsCanary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
- name: Build
run: dotnet build src/windows/MathBotCLI.csproj --configuration Release --output "canary/Windows/"

- name: Set Git identity
run: |
git config user.email "danielmcguire23@icloud.com"
git config user.name "Daniel McGuire"
- name: Add ignored files (.gitignore)
run: |
git add -f canary/Windows/*
Expand Down

0 comments on commit d351ed4

Please sign in to comment.