@cryptotaxi247 / netdata-1 / commits / a6d4bb67e

Fix yet another typo in the release build CI. (#11698)

Austin S. Hemmelgarn committed Oct 21, 2021 at 11:44 UTC a6d4bb67ecbca2c6722a631b7270b168333c4a2a
1 file changed +1 -1
.github/workflows/release-build.yml
+1 -1
@@ -134,7 +134,7 @@ jobs:
134 working-directory: ./artifacts/
135 run: |
136 mv ../dist-tarball/* artifacts
137 - mv ../static-archive/* artifcts
137 + mv ../static-archive/* artifacts
138 cp ../packaging/version artifacts/latest-version.txt
139 sha256sum -b ./* > "sha256sums.txt"
140 - name: Store Artifacts