Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
everettraven authored Nov 13, 2021
1 parent c8c6245 commit 42d0b18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Upload build artifacts for ${{ runner.os }}
uses: actions/upload-artifact@v2
with:
name: build-${{ env.RUNNER_OS_LOWER }}-${{ github.ref }}
name: build-${{ env.RUNNER_OS_LOWER }}-${{ github.ref_name }}
path: packageless-${{ env.RUNNER_OS_LOWER }}
# Create the release and upload the executable files
release:
Expand All @@ -44,15 +44,15 @@ jobs:
- name: Download Windows build artifact
uses: actions/download-artifact@v2
with:
name: build-windows-${{ github.ref }}
name: build-windows-${{ github.ref_name }}
- name: Download Linux build artifact
uses: actions/download-artifact@v2
with:
name: build-linux-${{ github.ref }}
name: build-linux-${{ github.ref_name }}
- name: Download MacOS build artifact
uses: actions/download-artifact@v2
with:
name: build-macos-${{ github.ref }}
name: build-macos-${{ github.ref_name }}
- name: Create release and upload files
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 42d0b18

Please sign in to comment.