Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
breadrock1 authored Jan 7, 2025
1 parent 723e125 commit 7620de4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
uses: vimtor/action-zip@5f1c4aa587ea41db1110df6a99981dbe19cee310
with:
files: ./target
dest: news-rss-${{ needs.create-release.outputs.version_output }}.zip
dest: news-rss-${{ matrix.platform.os-name }}-${{ needs.create-release.outputs.version_output }}.zip
recursive: true

- name: Upload linux artifact
Expand All @@ -84,6 +84,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.create-release.outputs.upload_url_output }}
asset_name: news-rss-${{ needs.create-release.outputs.version_output }}.zip
asset_path: ./news-rss-${{ needs.create-release.outputs.version_output }}.zip
asset_name: news-rss-${{ matrix.platform.os-name }}-${{ needs.create-release.outputs.version_output }}.zip
asset_path: ./news-rss-${{ matrix.platform.os-name }}-${{ needs.create-release.outputs.version_output }}.zip
asset_content_type: application/zip

0 comments on commit 7620de4

Please sign in to comment.