mirror of
https://github.com/veeso/termscp.git
synced 2026-06-08 14:18:41 +02: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: |
|
run: |
|
||||||
mkdir -p .artifact
|
mkdir -p .artifact
|
||||||
mv target/${{ matrix.platform.target }}/release/termscp .artifact/termscp
|
mv target/${{ matrix.platform.target }}/release/termscp .artifact/termscp
|
||||||
|
ls -l .artifact/
|
||||||
- name: "Upload artifact"
|
- name: "Upload artifact"
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
name: ${{ matrix.platform.release_for }}
|
name: ${{ matrix.platform.release_for }}
|
||||||
path: .artifact/*
|
path: .artifact/termscp
|
||||||
|
|||||||
Reference in New Issue
Block a user