Skip to content

Bump actions/upload-artifact from 3 to 4 #150

Bump actions/upload-artifact from 3 to 4

Bump actions/upload-artifact from 3 to 4 #150

Workflow file for this run

name: ci
on: [push]
jobs:
package-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- 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