Skip to content

Commit

Permalink
ci: no longer upload files to release
Browse files Browse the repository at this point in the history
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
  • Loading branch information
1715173329 committed Feb 4, 2024
1 parent 203f8f7 commit 4e46a6c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/multi-arch-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,16 +107,6 @@ jobs:
name: ${{ matrix.arch }}-${{ github.sha }}-packages
path: "*.ipk"

- name: Release packages
uses: svenstaro/upload-release-action@v2
if: github.event_name == 'release'
with:
overwrite: true
repo_token: ${{ github.token }}
tag: ${{ github.ref }}
file: "*.ipk"
file_glob: true

- name: Store logs
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 4e46a6c

Please sign in to comment.