mirror of
https://github.com/veeso/termscp.git
synced 2025-12-06 17:15:35 -08:00
fix: github ci is stable and reliable (one worker broken each 2 weeks)
This commit is contained in:
3
.github/workflows/build-artifacts.yml
vendored
3
.github/workflows/build-artifacts.yml
vendored
@@ -33,10 +33,11 @@ jobs:
|
||||
run: |
|
||||
mkdir -p .artifact
|
||||
mv target/${{ matrix.platform.target }}/release/termscp .artifact/termscp
|
||||
ls -l .artifact/
|
||||
- name: "Upload artifact"
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
if-no-files-found: error
|
||||
retention-days: 1
|
||||
name: ${{ matrix.platform.release_for }}
|
||||
path: .artifact/*
|
||||
path: .artifact/termscp
|
||||
|
||||
Reference in New Issue
Block a user