Skip to content

Commit ede9996

Browse files
devlooped-botkzu
authored andcommitted
⬆️ Bump files with dotnet-file sync
# devlooped/oss - Set working directory for nuget push devlooped/oss@fcfc66a
1 parent f8db318 commit ede9996

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ 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+
working-directory: bin
49+
run: dotnet nuget push *.nupkg -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_API_KEY}} --skip-duplicate
4950

5051
- name: 🚀 sleet
5152
env:

.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 = 0345b45183b708b5b2f3452614652a3df01dfdc9
67-
etag = 5b5a35d93eaeb5f89bcb6fa423ee972f0ccd57b8921976232389f6861ffc463e
66+
sha = fcfc66a8735f5338f97c7292db5f4ee83a712254
67+
etag = e3269a4ec0a33deccb7e35b51178aa34831146a709af435fd10e659cd4dd967b
6868
weak
6969
[file ".gitignore"]
7070
url = https://github.com/devlooped/oss/blob/main/.gitignore

0 commit comments

Comments
 (0)