add missing CI error check, add package permission

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-03-02 10:59:04 -05:00 committed by June
parent 9bcbccc391
commit 5b6d05f2db

View file

@ -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