Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit 421bd9c

Browse files
authored
Re-enable the build
1 parent 16d9b4e commit 421bd9c

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,15 @@ jobs:
2727
with:
2828
fetch-depth: 0
2929

30-
#- name: Build
31-
# uses: openwrt/gh-action-sdk@main
32-
# env:
33-
# ARCH: ${{ matrix.arch }}-${{ github.event.inputs.openwrt_version }}
34-
# V: sc
35-
# PACKAGES: librespot
30+
- name: Build
31+
uses: openwrt/gh-action-sdk@main
32+
env:
33+
ARCH: ${{ matrix.arch }}-${{ github.event.inputs.openwrt_version }}
34+
V: sc
35+
PACKAGES: librespot
3636

3737
- name: List outputs
3838
run: |
39-
mkdir -p bin/packages/${{ matrix.arch }}/action
40-
touch bin/packages/${{ matrix.arch }}/action/empty_0.0.1-1_${{ matrix.arch }}.ipk
4139
find bin/packages
4240
4341
- uses: actions/upload-artifact@v4
@@ -46,9 +44,11 @@ jobs:
4644
path: bin/packages/${{ matrix.arch }}/action/*.ipk
4745

4846
release:
47+
4948
name: Release all packages
5049
runs-on: ubuntu-latest
5150
needs: build
51+
5252
steps:
5353

5454
- uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)