This commit is contained in:
@@ -23,10 +23,12 @@ jobs:
|
|||||||
run: go build -o ./build/ssh-hub
|
run: go build -o ./build/ssh-hub
|
||||||
- name: Test
|
- name: Test
|
||||||
run: go test
|
run: go test
|
||||||
|
- name: DEBUG
|
||||||
|
run: ls -lah
|
||||||
- name: Publish Artifact
|
- name: Publish Artifact
|
||||||
uses: actions/upload-artifact@v2.2.0
|
uses: actions/upload-artifact@v2.2.0
|
||||||
with:
|
with:
|
||||||
name: ssh-hub-$VERSION
|
name: ssh-hub-$VERSION
|
||||||
path: output/**
|
path: build/**
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
retention-days: 15
|
retention-days: 15
|
||||||
Reference in New Issue
Block a user