Skip to content
This repository was archived by the owner on Jul 18, 2023. It is now read-only.

Commit b7d2690

Browse files
committed
fix PR build ci
1 parent 5b14d3f commit b7d2690

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: Build
22

33
on:
44
push:
5-
branches: [ $default-branch ]
6-
pull_request:
7-
branches: [ $default-branch ]
85

96
jobs:
107
build:
@@ -21,9 +18,4 @@ jobs:
2118
run: dotnet restore
2219
- name: Build
2320
run: dotnet build --no-restore -c Release
24-
- name: Upload Artifact
25-
uses: actions/upload-artifact@v2
26-
with:
27-
name: Flow.Launcher.Plugin.Everything
28-
path: Output/Release/Flow.Launcher.Plugin.Everything
2921

0 commit comments

Comments
 (0)