Testing zip #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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: dir | |
- run: tar -c -a -f C:\managed_robots\retry_rcc_defN.zip assets |