Skip to content

Commit

Permalink
bump: Bump to v0.2.11
Browse files Browse the repository at this point in the history
It fixes double slashes.
  • Loading branch information
limakzi authored Aug 29, 2024
1 parent 2234a38 commit 94750d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: gap-actions/build-pkg-docs@v1
with:
use-latex: 'true'

- name: github -- run clean up for tarball
run: |
echo "::group:: cleanup version control metadata"
Expand All @@ -47,14 +47,14 @@ jobs:
echo "::group:: cleanup macos metadata"
find . -name .DS_Store -exec rm -f {} +
echo "::group:: remove tex aux files"
find doc \( -name '*.aux' -o -name '*.bbl' -o -name '*.blg' -o -name '*.brf' -o -name '*.idx' -o -name '*.ilg' -o -name '*.ind' -o -name '*.log' -o -name '*.out' -o -name '*.pnr' -o -name '*.toc' -o -name '*.tst' \) -exec rm -f {} +
- name: pkg -- build an archive
run: |
touch ${{ env.archive-file }}
tar -czf ${{ env.archive-file }} --exclude=${{ env.archive-file }} --transform 's,^\.,${{ env.revision }}/,' .
tar -czf ${{ env.archive-file }} --exclude=${{ env.archive-file }} --transform 's,^\.,${{ env.revision }},' .
- name: github -- upload artifacts
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 94750d6

Please sign in to comment.