Skip to content

Commit

Permalink
Merge pull request #13 from eimi-codes/fix-ci
Browse files Browse the repository at this point in the history
fix: fix asset path
  • Loading branch information
GaeaKat authored Aug 17, 2024
2 parents 3c370ca + be7f7e3 commit 48589d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.release.outputs.upload_url }}
asset_path: ${{ needs.build.outputs.ARTIFACT_PATH }}
asset_name: ${{ needs.build.outputs.ARTIFACT_NAME }}
asset_path: ${{ steps.prepare_artifact_metadata.outputs.ARTIFACT_PATH }}
asset_name: ${{ steps.prepare_artifact_metadata.outputs.ARTIFACT_NAME }}
asset_content_type: application/zip

0 comments on commit 48589d6

Please sign in to comment.