fix uploading
Some checks failed
Build and Package OPKG / Build for armv7-2.6 (push) Failing after 42s
Build and Package OPKG / Build for armv7-3.2 (push) Failing after 42s
Build and Package OPKG / Build for mips-3.4 (push) Failing after 45s
Build and Package OPKG / Build for aarch64-3.10 (push) Has been cancelled
Build and Package OPKG / Build for armv5-3.2 (push) Has been cancelled
Build and Package OPKG / Build for mipsel-3.4 (push) Has been cancelled

This commit is contained in:
Vladimir Avtsenov 2025-02-15 01:18:45 +03:00
parent c7dac46d67
commit 6eeefdd60d

View File

@ -58,13 +58,16 @@ jobs:
run: | run: |
ARCH=${{ matrix.arch }} GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} GOMIPS=${{ matrix.gomips }} GOARM=${{ matrix.goarm }} make ARCH=${{ matrix.arch }} GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} GOMIPS=${{ matrix.gomips }} GOARM=${{ matrix.goarm }} make
- name: List of files
run: |
ls ./.build -1
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: magitrickle_${{ matrix.arch }} name: entware_${{ matrix.arch }}
path: .build/magitrickle_*_${{ matrix.arch }}.ipk path: ./.build/magitrickle_**_${{ matrix.arch }}.ipk
if-no-files-found: error if-no-files-found: error
compression-level: 0
- name: Upload asset to release - name: Upload asset to release
if: ${{ github.event_name == 'release' }} if: ${{ github.event_name == 'release' }}