@@ -33,31 +33,31 @@ jobs:
33
33
- name : Upload a Build Artifact Portable
34
34
35
35
with :
36
- name : Peppermint.ReverseProxy-${GITHUB_REF_NAME }-portable
36
+ name : Peppermint.ReverseProxy-${{ github.ref_name } }-portable
37
37
path : app/Portable
38
38
- name : Upload a Build Artifact Win-x86
39
39
40
40
with :
41
- name : Peppermint.ReverseProxy-${GITHUB_REF_NAME }-win-x86
41
+ name : Peppermint.ReverseProxy-${{ github.ref_name } }-win-x86
42
42
path : app/Win-x86
43
43
- name : Upload a Build Artifact Win-x64
44
44
45
45
with :
46
- name : Peppermint.ReverseProxy-${GITHUB_REF_NAME }-win-x64
46
+ name : Peppermint.ReverseProxy-${{ github.ref_name } }-win-x64
47
47
path : app/Win-x64
48
48
- name : Upload a Build Artifact Linux-arm64
49
49
50
50
with :
51
- name : Peppermint.ReverseProxy-${GITHUB_REF_NAME }-linux-arm64
51
+ name : Peppermint.ReverseProxy-${{ github.ref_name } }-linux-arm64
52
52
path : app/Linux-arm64
53
53
- name : Upload a Build Artifact Linux-x64
54
54
55
55
with :
56
- name : Peppermint.ReverseProxy-${GITHUB_REF_NAME }-linux-x64
56
+ name : Peppermint.ReverseProxy-${{ github.ref_name } }-linux-x64
57
57
path : app/Linux-x64
58
58
- name : Upload a Build Artifact MacOS
59
59
60
60
with :
61
- name : Peppermint.ReverseProxy-${GITHUB_REF_NAME }-darwin-x64
61
+ name : Peppermint.ReverseProxy-${{ github.ref_name } }-darwin-x64
62
62
path : app/MacOS
63
63
0 commit comments