Skip to content

Commit

Permalink
avoid exe suffix when it is run on ubuntu.
Browse files Browse the repository at this point in the history
  • Loading branch information
Readon committed Oct 30, 2023
1 parent 3e27864 commit cf738db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ jobs:

- name: Create 'latest' Variants and Checksums
run: |
sha256sum.exe msys2-*
sha256sum.exe msys2-* > msys2-checksums.txt
sha256sum msys2-*
sha256sum msys2-* > msys2-checksums.txt
- name: Set Release Tag
id: set_tag
Expand Down

0 comments on commit cf738db

Please sign in to comment.