Skip to content

Commit

Permalink
fix(workflows): typo update -> upload
Browse files Browse the repository at this point in the history
  • Loading branch information
devnote-dev committed Oct 6, 2024
1 parent 9f1f743 commit c2931f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,6 @@ jobs:
gh release view nightly &>/dev/null && gh release delete nightly -y
gh release create nightly -pt Nightly --notes "Nightly release for v${{ env.VERSION }} ($(date +%F))."
gh release upload nightly checksums.txt
gh release update nightly crimson_${{ env.VERSION }}-nightly-1_amd64.deb
gh release upload nightly crimson_${{ env.VERSION }}-nightly-1_amd64.deb
gh release upload nightly crimson-${{ env.VERSION }}-nightly-linux-x86_64.tar.gz
gh release upload nightly crimson-${{ env.VERSION }}-nightly-windows-x86_64-msvc.zip

0 comments on commit c2931f9

Please sign in to comment.