We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e815e51 commit 30a40b0Copy full SHA for 30a40b0
.github/workflows/build.yml
@@ -20,3 +20,12 @@ jobs:
20
# NOTE: permissions are limited on the default secrets.GITHUB_TOKEN, including updating workflows, so use a personal access token
21
github_token: ${{ secrets.PAT }}
22
23
+ - name: Publish Release
24
+
25
+ uses: "marvinpinto/action-automatic-releases@latest"
26
+ with:
27
+ repo_token: "${{ secrets.PAT }}"
28
+ prerelease: true
29
+ title: "Release "
30
+ files: |
31
+ /home/runner/work/_temp/_github_home/lkDist/discvr/DISCVR-*
0 commit comments