Skip to content

Commit

Permalink
how did i not see that before
Browse files Browse the repository at this point in the history
  • Loading branch information
axellse authored Feb 16, 2024
1 parent b3aaef8 commit 98f7f8f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
branches: [ "main" ]
paths:
- TerminalPilot/**
- .github/**
pull_request:
branches: [ "main" ]

Expand Down Expand Up @@ -50,12 +51,12 @@ jobs:
with:
name: TerminalPilot - Linux x64
path: |
./bin/Debug/net6.0/linux-x64/publish*
./TerminalPilot/bin/Debug/net6.0/linux-x64/publish*
- name: Upload Artifact (MacOS)
uses: actions/upload-artifact@v4
with:
name: TerminalPilot - MacOS
path: |
./bin/Debug/net6.0/osx-x64/publish*
./TerminalPilot/bin/Debug/net6.0/osx-x64/publish*
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit 98f7f8f

Please sign in to comment.