Compare commits

...

2 Commits

Author SHA1 Message Date
9129cd7e8e fix uploading
Some checks failed
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 armv7-2.6 (push) Has been cancelled
Build and Package OPKG / Build for mips-3.4 (push) Has been cancelled
Build and Package OPKG / Build for mipsel-3.4 (push) Has been cancelled
Build and Package OPKG / Build for armv7-3.2 (push) Has been cancelled
2025-02-15 01:18:45 +03:00
c7dac46d67 fix arch name 2025-02-15 01:18:24 +03:00
2 changed files with 3 additions and 4 deletions

View File

@ -61,10 +61,9 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: magitrickle_${{ matrix.arch }}
path: .build/magitrickle_*_${{ matrix.arch }}.ipk
name: entware_${{ matrix.arch }}
path: .build/magitrickle_?_${{ matrix.arch }}.ipk
if-no-files-found: error
compression-level: 0
- name: Upload asset to release
if: ${{ github.event_name == 'release' }}

View File

@ -11,7 +11,7 @@ ifeq ($(shell git rev-parse --abbrev-ref HEAD), main)
OPKG_REVISION = -$(shell expr $(COMMITS_SINCE_TAG) + 1)
endif
ARCH ?= mipsel
ARCH ?= mipsel-3.4
GOOS ?= linux
GOARCH ?= mipsle
GOMIPS ?= softfloat