Skip to content

Commit

Permalink
Update releaseCreateManual.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fschiozerSFDC authored May 24, 2024
1 parent 5b888e9 commit 1fed9ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/releaseCreateManual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: git config --global --add safe.directory '*'

- name: Archiving Repository
run: git archive -o ${{ github.event.repository.name }}-${{ inputs.tag }}.zip HEAD
run: git archive --format=tar.gz -o ${{ github.event.repository.name }}-${{ inputs.tag }}.tar.gz HEAD

- name: Create tag
uses: actions/[email protected]
Expand All @@ -60,4 +60,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }}
with:
tag_name: ${{ inputs.tag }}
files: ${{ github.event.repository.name }}-${{ inputs.tag }}.zip
files: ${{ github.event.repository.name }}-${{ inputs.tag }}.tar.gz

0 comments on commit 1fed9ef

Please sign in to comment.