Skip to content

Commit 83e199e

Browse files
committed
⬆️ Bump files with dotnet-file sync
# devlooped/oss - Upload binlog artifact on debug runs devlooped/oss@a67ae78
1 parent 093fae5 commit 83e199e

File tree

4 files changed

+21
-8
lines changed

4 files changed

+21
-8
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
fetch-depth: 0
5959

6060
- name: 🙏 build
61-
run: dotnet build -m:1
61+
run: dotnet build -m:1 -bl:build.binlog
6262

6363
- name: ⚙ GNU grep
6464
if: matrix.os == 'macOS-latest'
@@ -69,6 +69,13 @@ jobs:
6969
- name: 🧪 test
7070
uses: ./.github/workflows/test
7171

72+
- name: 🐛 logs
73+
uses: actions/upload-artifact@v3
74+
if: runner.debug && always()
75+
with:
76+
name: logs
77+
path: '*.binlog'
78+
7279
# Only push CI package to sleet feed if building on ubuntu (fastest)
7380
- name: 🚀 sleet
7481
env:

.github/workflows/publish.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,17 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: 🙏 build
27-
run: dotnet build -m:1 -p:version=${GITHUB_REF#refs/*/v}
27+
run: dotnet build -m:1 -p:version=${GITHUB_REF#refs/*/v} -bl:build.binlog
2828

2929
- name: 🧪 test
3030
uses: ./.github/workflows/test
3131

32+
- name: 🐛 logs
33+
uses: actions/upload-artifact@v3
34+
if: runner.debug && always()
35+
with:
36+
name: logs
37+
path: '*.binlog'
38+
3239
- name: 🚀 nuget
3340
run: dotnet nuget push ./bin/**/*.nupkg -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_API_KEY}} --skip-duplicate

.netconfig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
weak
3838
[file ".github/workflows/build.yml"]
3939
url = https://github.com/devlooped/oss/blob/main/.github/workflows/build.yml
40-
sha = 6e7a3ab866a523d036e95066ab63351b63cc8a24
41-
etag = 11c16867077f1d67b23a75e83556d3cd761aa6a69fd6c6bbed7d0f6b202c33da
40+
sha = a67ae78d5ac972ac49b21e032816112f5d12f623
41+
etag = ba1ca26a101829e61863a02c01f672055dce8b462ca32bc68cd6e575e3ecaee9
4242
weak
4343
[file ".github/workflows/changelog.config"]
4444
url = https://github.com/devlooped/oss/blob/main/.github/workflows/changelog.config
@@ -62,8 +62,8 @@
6262
weak
6363
[file ".github/workflows/publish.yml"]
6464
url = https://github.com/devlooped/oss/blob/main/.github/workflows/publish.yml
65-
sha = 6e7a3ab866a523d036e95066ab63351b63cc8a24
66-
etag = d2ca0380f60f4396fcf250abe334da9a3edeac6612f9d77e5dd8a93d30e46b6c
65+
sha = a67ae78d5ac972ac49b21e032816112f5d12f623
66+
etag = 027f613c014e8ba0fac5c9f7433e5a30216a6479a87c33e542d7dbe5df401e1a
6767
weak
6868
[file ".github/workflows/sponsor.yml"]
6969
url = https://github.com/devlooped/oss/blob/main/.github/workflows/sponsor.yml

readme.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,10 @@ foreach (var content in pub.Package.Navigation)
3737
[![Stephen Shaw](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/decriptor.png "Stephen Shaw")](https://github.com/decriptor)
3838
[![Torutek](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/torutek-gh.png "Torutek")](https://github.com/torutek-gh)
3939
[![DRIVE.NET, Inc.](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/drivenet.png "DRIVE.NET, Inc.")](https://github.com/drivenet)
40-
[![Daniel Gnägi](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/dgnaegi.png "Daniel Gnägi")](https://github.com/dgnaegi)
4140
[![Ashley Medway](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/AshleyMedway.png "Ashley Medway")](https://github.com/AshleyMedway)
4241
[![Keith Pickford](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/Keflon.png "Keith Pickford")](https://github.com/Keflon)
4342
[![Thomas Bolon](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/tbolon.png "Thomas Bolon")](https://github.com/tbolon)
4443
[![Kori Francis](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/kfrancis.png "Kori Francis")](https://github.com/kfrancis)
45-
[![Sean Killeen](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/SeanKilleen.png "Sean Killeen")](https://github.com/SeanKilleen)
4644
[![Toni Wenzel](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/twenzel.png "Toni Wenzel")](https://github.com/twenzel)
4745
[![Giorgi Dalakishvili](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/Giorgi.png "Giorgi Dalakishvili")](https://github.com/Giorgi)
4846
[![Mike James](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/MikeCodesDotNET.png "Mike James")](https://github.com/MikeCodesDotNET)
@@ -69,6 +67,7 @@ foreach (var content in pub.Package.Navigation)
6967
[![sorahex](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/sorahex.png "sorahex")](https://github.com/sorahex)
7068
[![Zheyu Shen](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/arsdragonfly.png "Zheyu Shen")](https://github.com/arsdragonfly)
7169
[![Vezel](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/vezel-dev.png "Vezel")](https://github.com/vezel-dev)
70+
[![Georg Jung](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/georg-jung.png "Georg Jung")](https://github.com/georg-jung)
7271

7372

7473
<!-- sponsors.md -->

0 commit comments

Comments
 (0)