Skip to content

CLI: Fix ambiguous name error when passing in fully qualified contrac… #677

CLI: Fix ambiguous name error when passing in fully qualified contrac…

CLI: Fix ambiguous name error when passing in fully qualified contrac… #677

Workflow file for this run

name: Pack
on:
push:
branches: [master, add-manifest-migration]
jobs:
pack:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up environment
uses: ./.github/actions/setup
- name: Pack tarballs
run: bash scripts/bundle-pack.sh
- name: Uplaod tarballs as artifacts
uses: actions/upload-artifact@v3
with:
name: package
path: "*.tgz"