Upgrade defender-sdk and add support to tx overrides (#951) #681
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |