Fix typo in release build workflow. (#11686)
Austin S. Hemmelgarn committed
Oct 20, 2021 at 13:05 UTC
a75b8df1066bacb5e48ab3b7c7713004f339373e
1 file changed
+1
-1
.github/workflows/release-build.yml
+1
-1
@@ -138,7 +138,7 @@ jobs:
138
cp ../packaging/version artifacts/latest-version.txt
139
sha256sum -b ./* > "sha256sums.txt"
140
- name: Store Artifacts
141
- uses: action/upload-artifact@v2
141
+ uses: actions/upload-artifact@v2
142
with:
143
name: final-artifacts
144
path: artifacts/*