We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d34fe68 commit 45ccf03Copy full SHA for 45ccf03
.github/workflows/build_release.yaml
@@ -59,6 +59,6 @@ jobs:
59
- name: Release
60
uses: ncipollo/release-action@v1
61
with:
62
- artifacts: react-github-actions-release-build.zip
+ artifacts: build.zip
63
body: "Automated build with GitHub actions 📦🏗️"
64
token: ${{ secrets.RELEASE_TOKEN }}
0 commit comments