Skip to content

Commit

Permalink
Update create-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
riffy authored Jan 31, 2024
1 parent 141060c commit d965698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
- name: Create Artifact
run: |
tar -zcvf "release-${{ github.event.inputs.release_version }}.tar.gz" ./paldmin
tar -zcvf "paldmin-${{ github.event.inputs.release_version }}.tar.gz" ./paldmin
- name: Upload Release Artifact
uses: actions/upload-artifact@v4
with:
name: release-artifact
path: release-${{ github.event.inputs.release_version }}.tar.gz
path: paldmin-${{ github.event.inputs.release_version }}.tar.gz

0 comments on commit d965698

Please sign in to comment.