Skip to content

Commit b87268d

Browse files
authored
Add tarball download test step in bottle.yml
Added a step to test tarball download in the workflow.
1 parent 19bef6d commit b87268d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/bottle.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424

2525
- name: Set up Homebrew
2626
uses: Homebrew/actions/setup-homebrew@master
27+
28+
- name: Test tarball download
29+
run: |
30+
curl -I "https://github.com/MFlowCode/MFC/archive/refs/tags/v5.1.5.tar.gz"
31+
curl -L "https://github.com/MFlowCode/MFC/archive/refs/tags/v5.1.5.tar.gz" | shasum -a 256
2732
2833
- name: Determine version and root URL (from checked-out formula)
2934
id: meta

0 commit comments

Comments
 (0)