Skip to content

Commit e7e0a54

Browse files
committed
ci: don't try to be smart about the artifact name in deploys
Signed-off-by: Ruby Iris Juric <[email protected]>
1 parent 97c10ba commit e7e0a54

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ jobs:
9090
- gendocs-c
9191
- gendocs-android
9292
- gendocs-ios
93-
outputs:
94-
artifact_id: ${{ steps.upload_artifact.outputs.artifact_id }}
9593

9694
steps:
9795
- name: Checkout
@@ -130,7 +128,6 @@ jobs:
130128
DOCS_URL: /tmp/docs/
131129

132130
- name: Upload artifact
133-
id: upload_artifact
134131
uses: actions/upload-pages-artifact@v3
135132
with:
136133
name: site-build
@@ -153,4 +150,4 @@ jobs:
153150
id: deploy
154151
uses: actions/deploy-pages@v4
155152
with:
156-
artifact_name: ${{ needs.build.outputs.artifact_id }}
153+
artifact_name: site-build

0 commit comments

Comments
 (0)