Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineGagne committed Aug 27, 2022
1 parent 7099c8d commit f651a55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: parthenon-Linux-x86-64
name: parthenon-Linux-x86_64
path: build/bin/parthenon
retention-days: 3

Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: parthenon-Windows-x86_64.exe
name: parthenon-Windows-x86_64
path: build/bin/parthenon.exe
retention-days: 3

Expand All @@ -81,7 +81,7 @@ jobs:
push: true
tags: |
parthenon/parthenon:latest
parthenon/parthenon:${{github.ref}}
parthenon/parthenon:${{github.ref_name}}
parthenon/parthenon:${{github.sha}}
create-release:
Expand Down

0 comments on commit f651a55

Please sign in to comment.