Skip to content

Commit

Permalink
ci: upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Jul 14, 2024
1 parent 00825b5 commit a0bd5bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
# Build
CGO_ENABLED=0 go build -o "${BUILD_PATH}/webrtc-piping${EXTENSION}" main.go
done
- run: tar czf webrtc-piping.tar.gz webrtc-piping-*
- uses: actions/upload-artifact@v4
with:
name: built_executable
path: webrtc-piping.tar.gz

operational_test:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit a0bd5bf

Please sign in to comment.