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

Commit 882c930

Browse files
committed
Merge branch 'main' of https://github.com/EoflaOE/Dictify
2 parents a724def + 79b875e commit 882c930

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gpr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
- name: Package Publication
2929
run: |
3030
$path = "Dictify\bin\Release"
31-
$FileName = Get-ChildItem -Path $path -Recurse -Name -Filter "Dictify.*"
31+
$FileName = Get-ChildItem -Path $path -Name -Filter "Dictify.*"
3232
curl -vX PUT -u "EoflaOE:${{ secrets.GH_APIKEY }}" -F package="@$path\$FileName" https://nuget.pkg.github.com/EoflaOE/

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
- name: Package Publication
2929
run: |
3030
$path = "Dictify\bin\Release"
31-
$FileName = Get-ChildItem -Path $path -Recurse -Name -Filter "Dictify.*"
31+
$FileName = Get-ChildItem -Path $path -Name -Filter "Dictify.*"
3232
nuget push "$path\$FileName" -source "nuget.org"
3333

0 commit comments

Comments
 (0)