Skip to content

Commit

Permalink
Zip workflow call
Browse files Browse the repository at this point in the history
  • Loading branch information
SoloJacobs committed May 24, 2024
1 parent 95a5c9a commit 7086217
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: "Testing zip"
# Careful! This pushes a git tag to GitHub! The release itself is private.
on:
workflow_dispatch: {}

jobs:
release:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- run: mkdir C:\managed_robots
- run: zip -r C:\managed_robots\retry_rcc_defN.zip data\retry_rcc\

0 comments on commit 7086217

Please sign in to comment.