Skip to content

Commit 97ba293

Browse files
authored
Merge pull request #309 from jembi/fix-release-action
Fix github action for adding release assets
2 parents b7410a3 + 6dc23d2 commit 97ba293

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020
uses: softprops/action-gh-release@v1
2121
with:
2222
files: |
23-
./config.yml
24-
./banner.txt
23+
./config.yaml
2524
./cdr-dw.env
2625
./cdr.env
2726
./mpi.env

0 commit comments

Comments
 (0)