Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vejmarie authored Dec 3, 2024
1 parent 37ce20d commit b892ddf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./linux_amd64.img.gz
asset_name: linux_amd64.zip
asset_path: ./linux_x86_64.img.gz
asset_name: linux_x86_64.zip
asset_content_type: application/zip

- uses: eregon/publish-release@v1
Expand Down

0 comments on commit b892ddf

Please sign in to comment.