Skip to content

Commit

Permalink
chore: update ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlo411 committed Jan 21, 2025
1 parent fec1ab8 commit dd32902
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ jobs:
- name: Create .tar.gz archive of repository files
run: |
git clean -fdx # Remove untracked files and directories
tar -czf release-${{ github.ref_name }}.tar.gz --exclude .git --exclude .github --exclude .env .
git archive --format=tar.gz --prefix=TeamSpiralRacing/ -o release-${{ github.ref_name }}.tar.gz HEAD
- name: Upload .tar.gz archive as a GitHub Release asset
id: release
Expand Down

0 comments on commit dd32902

Please sign in to comment.