Skip to content

Commit

Permalink
Fix the artifact path in the release snapshot workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rdw-software committed Feb 19, 2024
1 parent 898e32b commit d00cb2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/weekly-release-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: snapshot.zip
files: snapshots/snapshot.zip
name: Snapshot (${{ env.VERSION_TAG }})
tag_name: ${{ env.VERSION_TAG }}

0 comments on commit d00cb2e

Please sign in to comment.