We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f5c10 commit 315be21Copy full SHA for 315be21
.github/workflows/ci.yml
@@ -52,21 +52,21 @@ jobs:
52
uses: actions/download-artifact@v2
53
with:
54
name: distributables
55
- path: built-distributables
+ path: distributables
56
57
- name: Upload server release
58
uses: svenstaro/upload-release-action@v2
59
60
repo_token: ${{ secrets.GITHUB_TOKEN }}
61
- file: ./built-distributables/v*/*
+ file: ./distributables/*/*
62
file_glob: true
63
tag: ${{ github.ref }}
64
65
- name: Upload latest manifest
66
67
68
69
- file: ./built-distributables/latest-manifest/*
+ file: ./distributables/latest-manifest/*
70
71
tag: test-latest-manifest
72
overwrite: true
0 commit comments