Skip to content

Commit

Permalink
Overwrite releases
Browse files Browse the repository at this point in the history
Signed-off-by: Krzysztof Bieganski <[email protected]>
  • Loading branch information
kbieganski committed Jun 29, 2023
1 parent 3ca0266 commit 33b06c0
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
base: ${{ github.ref_name }}
filters: |
build:
- '.github/workflows/**'
- 'image/**'
- 'kernel/**'
- 'scripts/compile-kernel.sh'
Expand Down Expand Up @@ -107,13 +108,11 @@ jobs:
path: ./

- name: send to releases
uses: svenstaro/upload-release-action@v2
uses: softprops/action-gh-release@v1
with:
repo_token: "${{ github.token }}"
tag: ${{ github.ref_name }}
file: artifact/*
file_glob: true
overwrite: true
tag_name: ${{ github.ref_name }}
target_commitish: ${{ github.sha }}
files: artifact/*

riscv64-test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 33b06c0

Please sign in to comment.