Skip to content

Commit 30a40b0

Browse files
committed
Update workflow artifact name
1 parent e815e51 commit 30a40b0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,12 @@ jobs:
2020
# NOTE: permissions are limited on the default secrets.GITHUB_TOKEN, including updating workflows, so use a personal access token
2121
github_token: ${{ secrets.PAT }}
2222

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

Comments
 (0)