diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index e236dbd..a53af58 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -207,6 +207,10 @@ jobs: with: name: github-backup-${{ env.PLATFORM_PAIR }} + - name: mark artifact as executable + run: | + chmod +x github-backup + - name: Build and push by digest id: build uses: docker/build-push-action@v6