Skip to content

Commit

Permalink
Fix source tar 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Cubitect committed Feb 1, 2024
1 parent 2a5cf8e commit 00cb6b2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/source-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,15 @@ jobs:
- name: Build source bundle
working-directory: ${{env.SOURCE_DIR}}
run: |
rm -rf ./.git*
cd ..
pwd
ls -l
rm -rf ${{env.PROG}}/.git*
ls -l
tar cvzf ${{env.PROG}}-${{github.ref_name}}-src.tar.gz ${{env.PROG}}
mv ${{env.PROG}}-${{github.ref_name}}-src.tar.gz ${{env.SOURCE_DIR}}
- name: Save source artifact
uses: actions/upload-artifact@v4
with:
name: ${{env.PROG}}-${{github.ref_name}}-src.tar.gz
path: ${{env.SOURCE_DIR}}/../${{env.PROG}}-${{github.ref_name}}-src.tar.gz
path: ${{env.PROG}}-${{github.ref_name}}-src.tar.gz


0 comments on commit 00cb6b2

Please sign in to comment.