Skip to content

Commit

Permalink
Converted to manual archive.
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale committed Oct 18, 2024
1 parent 8205595 commit f4bb540
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,8 @@ jobs:
run: |
python -m setuptools_scm
echo "old_version=`python -m setuptools_scm`" >> $GITHUB_OUTPUT
- name: Git-archive-all
uses: qmonnet/git-archive-all-action@v1
with:
output-files: montepy.tar.gz
- name: Git archive
run: git archive ${{ GITHUB_HEAD_REF }} -o montepy.tar.gz
- name: delete git tree
run: rm -rf .git montepy
- name: open tar ball
Expand Down

0 comments on commit f4bb540

Please sign in to comment.