From 5b6d05f2dbfb076ed6f0491dab4fd6eedb86e9c0 Mon Sep 17 00:00:00 2001 From: strawberry Date: Sat, 2 Mar 2024 10:59:04 -0500 Subject: [PATCH] add missing CI error check, add package permission Signed-off-by: strawberry --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf859f59..b58c542f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,9 @@ env: ATTIC_TOKEN: ${{ secrets.ATTIC_TOKEN }} CARGO_INCREMENTAL: 0 +permissions: + packages: write + jobs: ci: name: CI and Artifacts @@ -104,6 +107,7 @@ jobs: with: name: oci-image-x86_64-unknown-linux-gnu path: oci-image-amd64.tar.gz + if-no-files-found: error # don't compress again compression-level: 0