Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
ci: fix artifacts glob
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Dec 4, 2023
1 parent a7dc59e commit 13e71a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ jobs:
name: ${{ env.VERSION }}
tag: ${{ env.VERSION }}
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: .cache/**
artifacts: .cache/*.*

0 comments on commit 13e71a6

Please sign in to comment.