Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 67d6cf2

Browse files
committed
Update publish workflow
Homebrew changed its behavior and now appends an explicit rebuild number in generated bottles
1 parent 7dfb210 commit 67d6cf2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535
with:
3636
upload_url: ${{ github.event.release.upload_url }}
37-
asset_path: ./swift-doc--${{ github.event.release.tag_name }}.catalina.bottle.tar.gz
38-
asset_name: swift-doc-${{ github.event.release.tag_name }}.catalina.bottle.tar.gz
37+
asset_path: ./swift-doc--${{ github.event.release.tag_name }}.catalina.bottle.1.tar.gz
38+
asset_name: swift-doc-${{ github.event.release.tag_name }}.catalina.bottle.1.tar.gz
3939
asset_content_type: application/gzip
4040

4141
bottle_macos_big_sur:
@@ -54,8 +54,8 @@ jobs:
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5555
with:
5656
upload_url: ${{ github.event.release.upload_url }}
57-
asset_path: ./swift-doc--${{ github.event.release.tag_name }}.big_sur.bottle.tar.gz
58-
asset_name: swift-doc-${{ github.event.release.tag_name }}.big_sur.bottle.tar.gz
57+
asset_path: ./swift-doc--${{ github.event.release.tag_name }}.big_sur.bottle.1.tar.gz
58+
asset_name: swift-doc-${{ github.event.release.tag_name }}.big_sur.bottle.1.tar.gz
5959
asset_content_type: application/gzip
6060

6161
update_formula_bottle:

0 commit comments

Comments
 (0)