Skip to content

Commit

Permalink
Merge pull request #115 from prateekmedia:fix-error
Browse files Browse the repository at this point in the history
fix: no such file or directory
  • Loading branch information
prateekmedia authored Apr 6, 2024
2 parents af1f136 + 3834699 commit a81aaf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flutterci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
- name: Generate checksums
run: |
sha256sum artifacts/pstube-*-linux-* > artifacts/sha256sum-linux
sha256sum artifacts/pstube-*-android-* > artifacts/sha256sum-android
sha256sum artifacts/pstube-*-linux* > artifacts/sha256sum-linux
sha256sum artifacts/pstube-*-android* > artifacts/sha256sum-android
- name: Create a draft GitHub release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit a81aaf3

Please sign in to comment.