Skip to content

Commit

Permalink
[CENNSO-1631] feat: Remove obsolete NAT patches (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
mogaika authored Sep 19, 2024
1 parent acd5294 commit 4c6fb40
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 758 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@ jobs:
BUILD_TYPE="${{ matrix.build_type }}" hack/ci-build.sh
mv /tmp/_out _out
- name: Upload debs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: debs-${{ matrix.build_type }}
path: _out/*
- name: Upload image.txt
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: image-${{ matrix.build_type }}
path: image-${{ matrix.build_type }}.txt
- name: Upload image.txt for the dev image
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: image-dev-${{ matrix.build_type }}
path: image-dev-${{ matrix.build_type }}.txt
Expand Down
Loading

0 comments on commit 4c6fb40

Please sign in to comment.