Skip to content

Commit

Permalink
CI: revert to use snapshot SDK
Browse files Browse the repository at this point in the history
This reverts commit 06a92af.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
  • Loading branch information
1715173329 committed Sep 30, 2023
1 parent 7b75e34 commit cd5640e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/multi-arch-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Build
uses: immortalwrt/gh-action-sdk@v4
env:
ARCH: ${{ matrix.arch }}-openwrt-23.05
ARCH: ${{ matrix.arch }}
FEEDNAME: v2raya_ci
PACKAGES: ca-certificates v2fly-geodata v2ray-core xray-core v2raya luci-app-v2raya
NO_REFRESH_CHECK: 1
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
path: "*.ipk"

- name: Release packages
uses: svenstaro/upload-release-action@v2
uses: svenstaro/upload-release-action@7319e4733ec7a184d739a6f412c40ffc339b69c7
if: github.event_name == 'release'
with:
overwrite: true
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
run: |
docker build -t test-container --build-arg ARCH .github/workflows/
env:
ARCH: ${{ matrix.arch }}-openwrt-23.05
ARCH: ${{ matrix.arch }}

- name: Test via Docker container
if: ${{ matrix.runtime_test }}
Expand Down

0 comments on commit cd5640e

Please sign in to comment.