Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yannrichet authored Dec 5, 2023
1 parent c7d96cd commit e83ce0e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: R-CMD-INSTALL
name: R-CMD-INSTALL-build

on:
push:
Expand Down Expand Up @@ -47,6 +47,9 @@ jobs:
- uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: ./R-*
files: |
./R-*/*.tar.gz
./R-*/*.tgz
./R-*/*.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e83ce0e

Please sign in to comment.