Skip to content

Commit 2f9a985

Browse files
Update Chocolatey package push path
1 parent 84d5920 commit 2f9a985

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ jobs:
7676
if: github.ref == 'refs/heads/master'
7777
run: |
7878
choco apikey --key ${{ secrets.CHOCOLATEY_API_KEY }} --source https://push.chocolatey.org/
79-
choco push Source\ChocolatelyPackages\sqlcequery.${{ env.VERSION }}-alpha.nupkg --source https://push.chocolatey.org/
79+
choco push sqlcequery.${{ env.VERSION }}-alpha.nupkg --source https://push.chocolatey.org/

0 commit comments

Comments
 (0)