Skip to content

Bump golang.org/x/crypto in /src/glb-healthcheck in the go_modules gr… #165

Bump golang.org/x/crypto in /src/glb-healthcheck in the go_modules gr…

Bump golang.org/x/crypto in /src/glb-healthcheck in the go_modules gr… #165

Workflow file for this run

name: ci
on: [push]
jobs:
package-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run package build focal
run: script/cibuild-create-packages-focal
- name: Tar files
run: tar -cvf glb-director.tar $GITHUB_WORKSPACE/tmp/build
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: glb-director
path: glb-director.tar