Skip to content

Commit

Permalink
fix ci artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed Nov 21, 2023
1 parent 189be05 commit 8933b4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bake-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ${{ env.IMAGE_NAME }}
path: build/${{ env.IMAGE_NAME }}
path: build/${{ env.IMAGE_NAME }}*.img
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export BUILD_INFO := file_stem(IMAGE_NAME)

# Generate a version name (that can be used in follow up commands)
generate_version:
@echo "tedge_rugpi_$(date +'%Y-%m-%d-%H%M').img"
@echo "tedge_rugpi_$(date +'%Y-%m-%d-%H%M')"

# Show the install paths
show:
Expand Down

0 comments on commit 8933b4a

Please sign in to comment.