Skip to content

Commit

Permalink
Merge pull request #439 from rcmaehl/gnpaone-patch-1
Browse files Browse the repository at this point in the history
Revert test changes
  • Loading branch information
gnpaone authored Aug 18, 2024
2 parents f7ef3b1 + 0175f60 commit 0477378
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/chocolatey-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,7 @@ jobs:
uses: crazy-max/ghaction-chocolatey@v3
with:
args: pack Assets/Choco/MSEdgeRedirect/msedgeredirect.nuspec --outputdirectory Assets/Choco/MSEdgeRedirect
- name: Upload Package to Artifacts
uses: actions/upload-artifact@v2
- name: Upload Release
uses: crazy-max/ghaction-chocolatey@v3
with:
name: pkg-files
path: ./Assets
# - name: Upload Release
# uses: crazy-max/ghaction-chocolatey@v3
# with:
# args: push Assets/Choco/MSEdgeRedirect/msedgeredirect.${{ steps.version.outputs.nuget }}.nupkg -s https://push.chocolatey.org/ -k ${{ secrets.CHOCO_KEY }}
args: push Assets/Choco/MSEdgeRedirect/msedgeredirect.${{ steps.version.outputs.nuget }}.nupkg -s https://push.chocolatey.org/ -k ${{ secrets.CHOCO_KEY }}

0 comments on commit 0477378

Please sign in to comment.