Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
stonier committed Jan 4, 2024
1 parent 65573f7 commit 731dda4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
echo "GITUB_REF_NAME: ${GITHUB_REF_NAME}"
echo "ARCHIVE_NAME: ${{ env.ARCHIVE_NAME }}"
- name: Create Release Asset
run: git archive $GITHUB_REF --prefix=${{ env.ARCHIVE_NAME }} -o "${{ env.ARCHIVE_NAME }}.tar.gz"
run: git archive $GITHUB_REF --prefix=${{ env.ARCHIVE_NAME }}/ -o "${{ env.ARCHIVE_NAME }}.tar.gz"
- name: Cut a Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 731dda4

Please # to comment.