add missing CI error check, add package permission
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
9bcbccc391
commit
5b6d05f2db
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -12,6 +12,9 @@ env:
|
||||||
ATTIC_TOKEN: ${{ secrets.ATTIC_TOKEN }}
|
ATTIC_TOKEN: ${{ secrets.ATTIC_TOKEN }}
|
||||||
CARGO_INCREMENTAL: 0
|
CARGO_INCREMENTAL: 0
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
packages: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
name: CI and Artifacts
|
name: CI and Artifacts
|
||||||
|
@ -104,6 +107,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: oci-image-x86_64-unknown-linux-gnu
|
name: oci-image-x86_64-unknown-linux-gnu
|
||||||
path: oci-image-amd64.tar.gz
|
path: oci-image-amd64.tar.gz
|
||||||
|
if-no-files-found: error
|
||||||
# don't compress again
|
# don't compress again
|
||||||
compression-level: 0
|
compression-level: 0
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue