We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd7e3b0 commit 53b88aaCopy full SHA for 53b88aa
1 file changed
.github/workflows/git-release.yml
@@ -14,13 +14,11 @@ jobs:
14
- name: Download workflow artifact
15
uses: dawidd6/action-download-artifact@v2.14.1
16
with:
17
- github_token: ${{ secrets.TEST_TOKEN }}
18
- workflow: build-and-publish.yml
+ workflow: test-upload.yml
19
workflow_conclusion: success
20
branch: main
21
name: drop
22
path: build/drop
23
- repo: microsoftgraph/msgraph-sdk-java-core
24
- name: Display structure of downloaded files
25
run: ls -R
26
- name: Github Release
0 commit comments