Skip to content

Commit

Permalink
build: fix action name
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders committed Mar 11, 2024
1 parent 8b768f1 commit 439906d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
body: ${{ steps.changelog.outputs.changelog }}
draft: true
- name: Upload build artifact
uses: actions/-artifact@v4
uses: actions/upload-artifact@v4
with:
name: routr-build
path: |
Expand Down

0 comments on commit 439906d

Please sign in to comment.