From 6242edd5e30f9365e40326e61ce8703a09ac6b2b Mon Sep 17 00:00:00 2001 From: Hiddify Date: Sun, 10 Mar 2024 00:43:22 +0100 Subject: [PATCH] release: version 0.17.0 --- .github/workflows/release.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5966f32..de67397 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: GOARCH: ${{ matrix.job.goarch }} GOAMD64: ${{ matrix.job.goamd64 }} GOARM: ${{ matrix.job.goarm }} - GOMIPS: ${{ matrix.job.gomips }} + GOMIPS: ${{ matrix.j ob.gomips }} steps: - name: Checkout uses: actions/checkout@v3 @@ -148,9 +148,10 @@ jobs: needs: [build] runs-on: ubuntu-latest steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: - name: artifact + merge-multiple: true + pattern: hiddify-* path: bin/ - name: Display Files Structure