Skip to content

Commit b141634

Browse files
committed
file --> files 😔
1 parent d8b79e4 commit b141634

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616

1717
permissions:
18-
# NOTE: Needed to push to the repository.
18+
# NOTE: Needed to save artifacts the repository.
1919
contents: write
2020

2121
steps:
@@ -38,4 +38,4 @@ jobs:
3838
- name: Release binary artifacts
3939
uses: softprops/action-gh-release@v0.1.14
4040
with:
41-
file: bindist/${{ env.DIST_FILE }}
41+
files: bindist/${{ env.DIST_FILE }}

0 commit comments

Comments
 (0)