Skip to content

Commit a81aaf3

Browse files
authored
Merge pull request #115 from prateekmedia:fix-error
fix: no such file or directory
2 parents af1f136 + 3834699 commit a81aaf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/flutterci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ jobs:
7979
8080
- name: Generate checksums
8181
run: |
82-
sha256sum artifacts/pstube-*-linux-* > artifacts/sha256sum-linux
83-
sha256sum artifacts/pstube-*-android-* > artifacts/sha256sum-android
82+
sha256sum artifacts/pstube-*-linux* > artifacts/sha256sum-linux
83+
sha256sum artifacts/pstube-*-android* > artifacts/sha256sum-android
8484
8585
- name: Create a draft GitHub release
8686
uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)