Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrejulien committed Nov 18, 2023
1 parent 3d9b672 commit 4b8b821
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,31 +33,31 @@ jobs:
- name: Upload a Build Artifact Portable
uses: actions/[email protected]
with:
name: Peppermint.ReverseProxy-${GITHUB_REF_NAME}-portable
name: Peppermint.ReverseProxy-${{ github.ref_name }}-portable
path: app/Portable
- name: Upload a Build Artifact Win-x86
uses: actions/[email protected]
with:
name: Peppermint.ReverseProxy-${GITHUB_REF_NAME}-win-x86
name: Peppermint.ReverseProxy-${{ github.ref_name }}-win-x86
path: app/Win-x86
- name: Upload a Build Artifact Win-x64
uses: actions/[email protected]
with:
name: Peppermint.ReverseProxy-${GITHUB_REF_NAME}-win-x64
name: Peppermint.ReverseProxy-${{ github.ref_name }}-win-x64
path: app/Win-x64
- name: Upload a Build Artifact Linux-arm64
uses: actions/[email protected]
with:
name: Peppermint.ReverseProxy-${GITHUB_REF_NAME}-linux-arm64
name: Peppermint.ReverseProxy-${{ github.ref_name }}-linux-arm64
path: app/Linux-arm64
- name: Upload a Build Artifact Linux-x64
uses: actions/[email protected]
with:
name: Peppermint.ReverseProxy-${GITHUB_REF_NAME}-linux-x64
name: Peppermint.ReverseProxy-${{ github.ref_name }}-linux-x64
path: app/Linux-x64
- name: Upload a Build Artifact MacOS
uses: actions/[email protected]
with:
name: Peppermint.ReverseProxy-${GITHUB_REF_NAME}-darwin-x64
name: Peppermint.ReverseProxy-${{ github.ref_name }}-darwin-x64
path: app/MacOS

0 comments on commit 4b8b821

Please sign in to comment.