Skip to content

Commit

Permalink
fix asset name
Browse files Browse the repository at this point in the history
  • Loading branch information
rfns committed Mar 18, 2020
1 parent 8762646 commit d7143d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/xml-asset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.release-asset-metadata.outputs.UPLOAD_URL }}
asset_path: app/fogery.xml
asset_path: app/forgery.xml
asset_name: forgery-${{ steps.parse-tag.outputs.VERSION }}.xml
asset_content_type: application/xml

0 comments on commit d7143d3

Please sign in to comment.