Compare commits

..

No commits in common. "9129cd7e8eb79d76e180d2a675d0c1e278057614" and "cc8d3ede3c1c4f6bf8e9fe9b22cf0a69decef6e3" have entirely different histories.

2 changed files with 4 additions and 3 deletions

View File

@ -61,9 +61,10 @@ jobs:
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: entware_${{ matrix.arch }} name: magitrickle_${{ 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' }}

View File

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