Skip to content

Commit

Permalink
back to old action
Browse files Browse the repository at this point in the history
  • Loading branch information
archiewood committed Jul 29, 2024
1 parent f54dc2f commit 613c6d9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,14 @@ jobs:
fi
- name: Upload to GH release
uses: softprops/action-gh-release@v1
uses: ncipollo/release-action@v1
with:
files: evidence-${{ matrix.os }}-${{ matrix.arch }}-node${{ matrix.node }}.zip
artifacts: evidence-${{ matrix.os }}-${{ matrix.arch }}-node${{ matrix.node }}.zip
token: ${{ secrets.GH_ACTIONS_RELEASE_TOKEN }}
tag_name: ${{ github.ref }}
tag: ${{ github.ref }}
name: Release ${{ github.ref }}
body: |
Release for ${{ matrix.os }} ${{ matrix.arch }} with Node.js ${{ matrix.node }}
draft: false
prerelease: false
prerelease: false
allowUpdates: true # This allows updating existing releases

0 comments on commit 613c6d9

Please sign in to comment.