mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 01:26:04 -08:00
working on 0.12
This commit is contained in:
8
.github/workflows/install.yml
vendored
8
.github/workflows/install.yml
vendored
@@ -1,6 +1,10 @@
|
||||
name: Install.sh
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
tags:
|
||||
- "v*"
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
@@ -15,5 +19,5 @@ jobs:
|
||||
run: sudo apt update && sudo apt install -y curl wget
|
||||
- name: Install termscp from script
|
||||
run: |
|
||||
./install.sh -v=0.11.3 -f
|
||||
./install.sh -v=0.12.0 -f
|
||||
which termscp || exit 1
|
||||
|
||||
Reference in New Issue
Block a user