Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
BirdeeHub committed Jul 5, 2024
1 parent 0b353fc commit b62dc4c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 41,6 @@ jobs:
name: package-x86_64-linux
path: ./package-x86_64-linux


release:
needs: build
runs-on: ubuntu-latest
Expand Down Expand Up @@ -79,7 78,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./docker-x86_64-linux/docker-x86_64-linux
asset_path: ./docker-x86_64-linux
asset_name: docker-x86_64-linux
asset_content_type: application/octet-stream

Expand All @@ -89,6 88,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./package-x86_64-linux/package-x86_64-linux
asset_path: ./package-x86_64-linux
asset_name: package-x86_64-linux
asset_content_type: application/octet-stream

0 comments on commit b62dc4c

Please sign in to comment.