Skip to content

Commit

Permalink
Specify path to archive in crackle-viewer asset upload after build
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenrparsons committed Nov 21, 2024
1 parent f9ae02b commit 2ccb335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-crackle-viewer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ${{ runner.os }}-Executable.zip
asset_path: ${{ github.workspace }}/crackle-viewer/${{ runner.os }}-Executable.zip
asset_name: ${{ runner.os }}.zip
asset_content_type: application/zip
2 changes: 1 addition & 1 deletion crackle-viewer/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Crackle-Viewer

<img src="crackle_viewer.png" alt="Crackle-Viewer Logo" width="250"/>
<img src="crackle_viewer.png" alt="Crackle-Viewer Logo" width="200"/>

## Awards
This project won multiple awards in the [Vesuvius Challenge 2023](https://scrollprize.org/):
Expand Down

0 comments on commit 2ccb335

Please sign in to comment.