Skip to content

Commit

Permalink
Fix release action in GA
Browse files Browse the repository at this point in the history
  • Loading branch information
schuemie committed Dec 21, 2023
1 parent d83c543 commit 47a4bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R_CMD_check_Hades.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
check-dir: '"check"'

- name: Upload source package
if: success() && runner.os == 'macOS' && github.event_name != 'pull_request' && github.ref == 'refs/heads/main' && matrix.config.r == 'release'
if: success() && runner.os == 'macOS' && github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
uses: actions/upload-artifact@v2
with:
name: package_tarball
Expand Down

0 comments on commit 47a4bd4

Please sign in to comment.