Skip to content

Commit

Permalink
Add workflow cyberduck-release-windows-chocolatey
Browse files Browse the repository at this point in the history
  • Loading branch information
RaveenaRamany committed Dec 11, 2023
1 parent 9f7cd51 commit 52633d0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/cyberduck-release-windows-chocolatey.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: cyberduck-release-windows-chocolatey
on:
workflow_dispatch:
env:
# # TimestamperBuildWrapper was not converted because the behavior is available by default in GitHub Actions and/or it is not configurable
jobs:
build:
runs-on:
- self-hosted
- windows
steps:
- name: checkout
uses: actions/checkout@v4.1.0
- name: run batch command
shell: cmd
run: FOR %%c in ("%WORKSPACE%\..\cyberduck-release-windows\windows\target\release\cyberduck.*.nupkg") DO C:\ProgramData\chocolatey\bin\cpush --verbose --api-key 195755fd-123d-4325-a497-036ee455c54e %%c
# # Mailer plugin was not converted because GitHub Actions will email the actor after failed build and does not support emailing a list of recipients

0 comments on commit 52633d0

Please sign in to comment.