Skip to content

Commit

Permalink
Merge branch 'v1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanwsr committed Oct 31, 2022
2 parents 581d508 + 344144b commit 965165f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@ jobs:
bash release.sh latest
#cd test
#latexmk -xelatex -halt-on-error -shell-escape main
mkdir all
mv release/SzaboSolutions-latest all
- name: Upload PDF
uses: actions/upload-artifact@v3
with:
name: SzaboSolutions-latest
path:
./release/SzaboSolutions-latest/
./all/
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,12 @@ jobs:
bash release.sh $VERSION
#cd test
#latexmk -xelatex -halt-on-error -shell-escape main
tar czvf SzaboSolutions-$VERSION.tar.gz release/SzaboSolutions-$VERSION
- name: Create release
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: true
files: |
./release/SzaboSolutions-$VERSION/
./SzaboSolutions-$VERSION.tar.gz

0 comments on commit 965165f

Please sign in to comment.