Skip to content

Commit

Permalink
Feature/GitHub actions (#6)
Browse files Browse the repository at this point in the history
* remove linux target

* remove linux target

* add missing zip

* fix upload files
  • Loading branch information
kyrylokulyhin authored Sep 30, 2024
1 parent 52fd954 commit 4023fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: release/*
asset_path: release/ecs-exec-${{ matrix.target }}.zip # Use explicit path, no wildcards
asset_name: ecs-exec-${{ matrix.target }}.zip
asset_content_type: application/zip

Expand Down

0 comments on commit 4023fc2

Please sign in to comment.