Skip to content

Commit 315be21

Browse files
committed
Publish latest-manifest files with specific release files too
1 parent 06f5c10 commit 315be21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,21 +52,21 @@ jobs:
5252
uses: actions/download-artifact@v2
5353
with:
5454
name: distributables
55-
path: built-distributables
55+
path: distributables
5656

5757
- name: Upload server release
5858
uses: svenstaro/upload-release-action@v2
5959
with:
6060
repo_token: ${{ secrets.GITHUB_TOKEN }}
61-
file: ./built-distributables/v*/*
61+
file: ./distributables/*/*
6262
file_glob: true
6363
tag: ${{ github.ref }}
6464

6565
- name: Upload latest manifest
6666
uses: svenstaro/upload-release-action@v2
6767
with:
6868
repo_token: ${{ secrets.GITHUB_TOKEN }}
69-
file: ./built-distributables/latest-manifest/*
69+
file: ./distributables/latest-manifest/*
7070
file_glob: true
7171
tag: test-latest-manifest
7272
overwrite: true

0 commit comments

Comments
 (0)