Skip to content

Commit

Permalink
Fixed path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ubyndr committed Mar 26, 2024
1 parent 83f8376 commit 567cd5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly_snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
- name: Make Snapshot
uses: ncipollo/release-action@v1
with:
artifacts: "general_schema.json,BICAN_schema.json,CAP_schema.json,general_schema.md,build/BICAN_schema.md,
CAP_schema.md"
artifacts: "general_schema.json,BICAN_schema.json,CAP_schema.json,build/general_schema.md,
build/BICAN_schema.md,build/CAP_schema.md"
body: "Nightly snapshot release. Draft only, please use a stable release instead."
allowUpdates: true
draft: true
Expand Down

0 comments on commit 567cd5e

Please sign in to comment.