release: version 0.17.0

This commit is contained in:
Hiddify
2024-03-10 00:43:22 +01:00
parent dbe95106cb
commit 6242edd5e3

View File

@@ -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