fix: github ci is stable and reliable (one worker broken each 2 weeks)

This commit is contained in:
veeso
2024-10-03 17:28:29 +02:00
parent 4bfec52ba5
commit a1288c7480

View File

@@ -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