Skip to content

Commit aecc471

Browse files
devlooped-botkzu
authored andcommitted
⬆️ Bump files with dotnet-file sync
# devlooped/oss - Allow per-repo publish agent OS var, and non-nuget.org prereleases devlooped/oss@0345b45
1 parent 99d243b commit aecc471

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ jobs:
4545
env:
4646
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
4747
if: ${{ env.NUGET_API_KEY != '' && github.event.action != 'prereleased' }}
48-
run: dotnet nuget push ./bin/**/*.nupkg -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_API_KEY}} --skip-duplicate
48+
run: dotnet nuget push ./bin/*.nupkg -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_API_KEY}} --skip-duplicate
4949

5050
- name: 🚀 sleet
5151
env:
5252
SLEET_CONNECTION: ${{ secrets.SLEET_CONNECTION }}
5353
if: env.SLEET_CONNECTION != ''
5454
run: |
5555
dotnet tool install -g --version 4.0.18 sleet
56-
sleet push bin --config none -f --verbose -p "SLEET_FEED_CONTAINER=nuget" -p "SLEET_FEED_CONNECTIONSTRING=${{ secrets.SLEET_CONNECTION }}" -p "SLEET_FEED_TYPE=azure" || echo "No packages found"
56+
sleet push bin --config none -f --verbose -p "SLEET_FEED_CONTAINER=nuget" -p "SLEET_FEED_CONNECTIONSTRING=${{ secrets.SLEET_CONNECTION }}" -p "SLEET_FEED_TYPE=azure" || echo "No packages found"

.netconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
weak
6464
[file ".github/workflows/publish.yml"]
6565
url = https://github.com/devlooped/oss/blob/main/.github/workflows/publish.yml
66-
sha = b5bb972199aa6ff220dda196588b23c21bb2780f
67-
etag = 5a85d51e8c6cc6fbda43e12b3712a1e908a8e99b0908c4033ac9f4c66e5f233e
66+
sha = 0345b45183b708b5b2f3452614652a3df01dfdc9
67+
etag = 5b5a35d93eaeb5f89bcb6fa423ee972f0ccd57b8921976232389f6861ffc463e
6868
weak
6969
[file ".gitignore"]
7070
url = https://github.com/devlooped/oss/blob/main/.gitignore

0 commit comments

Comments
 (0)