Skip to content

Commit

Permalink
Adjust Actions upload settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ophub committed Dec 7, 2022
1 parent 3f1dcf1 commit 259107e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-armbian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
with:
tag: ${{ steps.compile.outputs.build_tag }}
artifacts: ${{ env.PACKAGED_OUTPUTPATH }}/*
allowUpdates: true
allowUpdates: false
token: ${{ secrets.GH_TOKEN }}
body: |
This is Armbian image for Amlogic s9xxx tv box
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rebuild-armbian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
with:
tag: Armbian${{ env.ARMBIAN_RELEASE }}${{ env.PACKAGED_OUTPUTDATE }}
artifacts: ${{ env.PACKAGED_OUTPUTPATH }}/*
allowUpdates: true
allowUpdates: false
token: ${{ secrets.GH_TOKEN }}
body: |
This is Armbian image for Amlogic s9xxx tv box
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/use-releases-file-to-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
with:
tag: Armbian_${{ env.ARMBIAN_RELEASE }}_${{ env.PACKAGED_OUTPUTDATE }}
artifacts: ${{ env.PACKAGED_OUTPUTPATH }}/*
allowUpdates: true
allowUpdates: false
token: ${{ secrets.GH_TOKEN }}
body: |
This is Armbian image for Amlogic s9xxx tv box
Expand Down

0 comments on commit 259107e

Please sign in to comment.