Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed May 15, 2024
1 parent d13fb24 commit bb03840
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
if: contains(env.ENABLED_STEPS, 'build_r_package')
run: |
R CMD build ${{ github.event.repository.name }}
ls -l
shell: bash

# TODO Decide if we use an image with these packages installed,
Expand All @@ -104,5 +105,5 @@ jobs:
if: contains(env.ENABLED_STEPS, 'upload_artifact')
uses: actions/upload-artifact@v4
with:
path: ${{ github.event.repository.name }}/${{ env.PKGBUILD }}
path: ${{ env.PKGBUILD }}
name: ${{ env.PKGBUILD }}

0 comments on commit bb03840

Please sign in to comment.