Skip to content

Commit

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

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

- name: Upload Assets
uses: softprops/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }}
with:
files: ${{ github.event.repository.name }}-${{ github.ref_name }}.zip
files: ${{ github.event.repository.name }}-${{ github.ref_name }}.tar.gz

0 comments on commit 10c0d64

Please sign in to comment.