Skip to content

Commit

Permalink
[SC64][CI/CD] Fix artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
Polprzewodnikowy authored Sep 26, 2021
1 parent ec1fbf3 commit d1f5aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.get_release.outputs.upload_url }}
asset_path: packages/SummerCart64.zip
asset_path: SummerCart64.zip
asset_name: SummerCart64.zip
asset_content_type: application/zip

0 comments on commit d1f5aac

Please sign in to comment.