Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mycrl committed Sep 13, 2024
1 parent 675fbde commit 800b9a8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
if: runner.os == 'Linux' && matrix.arch == 'aarch64'
uses: actions/upload-artifact@v4
with:
name: linux-x86_64
name: linux-aarch64
path: |
./target/aarch64-unknown-linux-gnu/release/turn-server-linux-aarch64
-
Expand All @@ -95,9 +95,6 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
-
name: Checkout code
uses: actions/checkout@v3
-
name: Download All Artifacts
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 800b9a8

Please sign in to comment.