Skip to content

Commit

Permalink
Publish: remove unbuilt target from publish pipeline (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adjective-Object authored Nov 3, 2024
1 parent 77b740d commit 9145d97
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.BEACHBALL_PUSH_PAT }}

- name: pull x86_64-unknown-linux-gnu
uses: actions/download-artifact@v3
with:
Expand All @@ -28,10 +27,6 @@ jobs:
uses: actions/download-artifact@v3
with:
name: bindings-aarch64-unknown-linux-gnu
- name: pull armv7-unknown-linux-gnueabihf
uses: actions/download-artifact@v3
with:
name: bindings-armv7-unknown-linux-gnueabihf
- name: pull x86_64-apple-darwin
uses: actions/download-artifact@v3
with:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "remove unused armv7-unknown-linux-gnueabihf from publish pipeline",
"packageName": "@good-fences/api",
"email": "mhuan13@gmail.com",
"dependentChangeType": "patch"
}

0 comments on commit 9145d97

Please sign in to comment.