Workflow1
This commit is contained in:
parent
18c57b8c6c
commit
1b59a0cd55
@ -28,17 +28,3 @@ jobs:
|
||||
mkdir -p dist
|
||||
go build -o dist/serialToWebsocket .
|
||||
echo "::set-output name=artifact::dist/serialToWebsocket"
|
||||
|
||||
upload:
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
|
||||
steps:
|
||||
- name: Download artifact from build job
|
||||
run: echo "Artifact befindet sich in: ${{ needs.build.outputs.artifact_path }}"
|
||||
- name: Upload Build Artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: serialToWebsocket
|
||||
path: ${{ needs.build.outputs.artifact_path }}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user