Skip to content

Commit 4b8b821

Browse files
Release
1 parent 3d9b672 commit 4b8b821

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -33,31 +33,31 @@ jobs:
3333
- name: Upload a Build Artifact Portable
3434
uses: actions/[email protected]
3535
with:
36-
name: Peppermint.ReverseProxy-${GITHUB_REF_NAME}-portable
36+
name: Peppermint.ReverseProxy-${{ github.ref_name }}-portable
3737
path: app/Portable
3838
- name: Upload a Build Artifact Win-x86
3939
uses: actions/[email protected]
4040
with:
41-
name: Peppermint.ReverseProxy-${GITHUB_REF_NAME}-win-x86
41+
name: Peppermint.ReverseProxy-${{ github.ref_name }}-win-x86
4242
path: app/Win-x86
4343
- name: Upload a Build Artifact Win-x64
4444
uses: actions/[email protected]
4545
with:
46-
name: Peppermint.ReverseProxy-${GITHUB_REF_NAME}-win-x64
46+
name: Peppermint.ReverseProxy-${{ github.ref_name }}-win-x64
4747
path: app/Win-x64
4848
- name: Upload a Build Artifact Linux-arm64
4949
uses: actions/[email protected]
5050
with:
51-
name: Peppermint.ReverseProxy-${GITHUB_REF_NAME}-linux-arm64
51+
name: Peppermint.ReverseProxy-${{ github.ref_name }}-linux-arm64
5252
path: app/Linux-arm64
5353
- name: Upload a Build Artifact Linux-x64
5454
uses: actions/[email protected]
5555
with:
56-
name: Peppermint.ReverseProxy-${GITHUB_REF_NAME}-linux-x64
56+
name: Peppermint.ReverseProxy-${{ github.ref_name }}-linux-x64
5757
path: app/Linux-x64
5858
- name: Upload a Build Artifact MacOS
5959
uses: actions/[email protected]
6060
with:
61-
name: Peppermint.ReverseProxy-${GITHUB_REF_NAME}-darwin-x64
61+
name: Peppermint.ReverseProxy-${{ github.ref_name }}-darwin-x64
6262
path: app/MacOS
6363

0 commit comments

Comments
 (0)