Skip to content
Snippets Groups Projects
Commit 5b6d05f2 authored by 🥺's avatar 🥺 :transgender_flag: Committed by 🥺
Browse files

add missing CI error check, add package permission

parent 9bcbccc3
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,9 @@ env: ...@@ -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: ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment