Skip to content

Commit 601a34f

Browse files
authored
Merge pull request #1808 from shimat/publish_nuget_add_ref
publish_nuget.yml: add ref
2 parents 5fd808c + 55e1ec8 commit 601a34f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/publish_nuget.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,41 +16,47 @@ jobs:
1616
github_token: ${{secrets.GITHUB_TOKEN}}
1717
workflow: windows.yml
1818
name: packages_windows
19+
branch: ${{ github.ref_name }}
1920

2021
- name: Download ubuntu 22 artifact
2122
uses: dawidd6/action-download-artifact@v14
2223
with:
2324
github_token: ${{secrets.GITHUB_TOKEN}}
2425
workflow: ubuntu22.yml
2526
name: artifacts_ubuntu_22
27+
branch: ${{ github.ref_name }}
2628

2729
- name: Download ubuntu 24 artifact
2830
uses: dawidd6/action-download-artifact@v14
2931
with:
3032
github_token: ${{secrets.GITHUB_TOKEN}}
3133
workflow: ubuntu24.yml
3234
name: artifacts_ubuntu_24
35+
branch: ${{ github.ref_name }}
3336

3437
- name: Download ubuntu arm artifact
3538
uses: dawidd6/action-download-artifact@v14
3639
with:
3740
github_token: ${{secrets.GITHUB_TOKEN}}
3841
workflow: linux-arm.yml
3942
name: artifacts_linux_arm
43+
branch: ${{ github.ref_name }}
4044

4145
#- name: Download macos artifact
4246
# uses: dawidd6/action-download-artifact@v14
4347
# with:
4448
# github_token: ${{secrets.GITHUB_TOKEN}}
4549
# workflow: macos10.yml
4650
# name: artifacts_macos_10
51+
# branch: ${{ github.ref_name }}
4752

4853
- name: Download wasm artifact
4954
uses: dawidd6/action-download-artifact@v14
5055
with:
5156
github_token: ${{secrets.GITHUB_TOKEN}}
5257
workflow: wasm.yml
5358
name: artifacts_wasm
59+
branch: ${{ github.ref_name }}
5460

5561
- run: |
5662
ls -l

0 commit comments

Comments
 (0)