]> git.mxchange.org Git - friendica-addons.git/commitdiff
Correct sha256 extension
authorPhilipp <admin@philipp.info>
Fri, 3 Sep 2021 19:30:33 +0000 (21:30 +0200)
committerPhilipp <admin@philipp.info>
Fri, 3 Sep 2021 19:30:33 +0000 (21:30 +0200)
.drone.yml

index 08a1b71df3885a8ec4c29fd5503f6acc472d679b..c034f291c90096d856dbed59f7ab41138a60542b 100644 (file)
@@ -124,10 +124,10 @@ steps:
         -cvjf ./build/$ARTIFACT addon/
       - # calculate SHA256 checksum
       - cd ./build
-      - sha256sum "$ARTIFACT" > "$ARTIFACT.sha256"
+      - sha256sum "$ARTIFACT" > "$ARTIFACT.sum256"
       - ls -lh
       - # output the sha256 sum for checking purpose
-      - cat "$ARTIFACT.sha256"
+      - cat "$ARTIFACT.sum256"
       - sha256sum "$ARTIFACT"
   - name: Upload artifacts
     image: alpine
@@ -216,10 +216,10 @@ steps:
         -cvjf ./build/$ARTIFACT addon/
       - # calculate SHA256 checksum
       - cd ./build
-      - sha256sum "$ARTIFACT" > "$ARTIFACT.sha256"
+      - sha256sum "$ARTIFACT" > "$ARTIFACT.sum256"
       - ls -lh
       - # output the sha256 sum for checking purpose
-      - cat "$ARTIFACT.sha256"
+      - cat "$ARTIFACT.sum256"
       - sha256sum "$ARTIFACT"
   - name: Upload artifacts
     image: alpine