Skip to content

Commit

Permalink
Replace release name
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Jun 11, 2024
1 parent bfe826c commit d00afc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release view ${{ env.RELEASE_NAME }} && gh release delete "nightly" -y --cleanup-tag
gh release create ${{ env.RELEASE_NAME }} "./Release APK/apk/lawnWithQuickstep/release/"*.apk "./Release APK/mapping/lawnWithQuickstepRelease/"mapping.txt -t "Lawnchair Nightly" --generate-notes
gh release create ${{ env.RELEASE_NAME }} "./Release APK/apk/lawnWithQuickstep/release/"*.apk "./Release APK/mapping/lawnWithQuickstepRelease/"mapping.txt -t ${{ env.RELEASE_NAME }} --generate-notes

0 comments on commit d00afc0

Please sign in to comment.