Skip to content

Commit

Permalink
trying to fix github actions 13
Browse files Browse the repository at this point in the history
  • Loading branch information
h3fang committed Apr 4, 2024
1 parent a291700 commit b33f4d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- name: Archive packages
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.pkg }}
path: pkgs/
release:
runs-on: ubuntu-latest
Expand All @@ -27,6 +28,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
path: pkgs/
merge-multiple: true
- uses: dev-drprasad/[email protected]
with:
delete_release: true
Expand Down

0 comments on commit b33f4d8

Please sign in to comment.