Skip to content

Commit

Permalink
Merge pull request #5 from RaveenaRamany/convert-cyberduck-release-wi…
Browse files Browse the repository at this point in the history
…ndows-chocolatey-to-actions-20231211-122942

Convert cyberduck-release-windows-chocolatey to GitHub Actions
  • Loading branch information
RaveenaRamany authored Dec 11, 2023
2 parents 9f7cd51 + 52633d0 commit b415011
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 b415011

Please sign in to comment.