* fixing workflow
Some checks failed
Go / build-test-publish (1.23.4) (push) Failing after 48s

This commit is contained in:
Denys Seredenko
2025-01-12 12:05:01 +01:00
parent c5805f65c4
commit 39c951bfbf

View File

@@ -23,10 +23,12 @@ jobs:
run: go build -o ./build/ssh-hub
- name: Test
run: go test
- name: DEBUG
run: ls -lah
- name: Publish Artifact
uses: actions/upload-artifact@v2.2.0
with:
name: ssh-hub-$VERSION
path: output/**
path: build/**
if-no-files-found: error
retention-days: 15