We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af1f136 + 3834699 commit a81aaf3Copy full SHA for a81aaf3
.github/workflows/flutterci.yml
@@ -79,8 +79,8 @@ jobs:
79
80
- name: Generate checksums
81
run: |
82
- sha256sum artifacts/pstube-*-linux-* > artifacts/sha256sum-linux
83
- sha256sum artifacts/pstube-*-android-* > artifacts/sha256sum-android
+ sha256sum artifacts/pstube-*-linux* > artifacts/sha256sum-linux
+ sha256sum artifacts/pstube-*-android* > artifacts/sha256sum-android
84
85
- name: Create a draft GitHub release
86
uses: ncipollo/release-action@v1
0 commit comments