Skip to content

Commit

Permalink
Update .github/workflows/release-please.yml
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
cmeesters and coderabbitai[bot] authored Jan 25, 2025
1 parent 3e81a79 commit f2bb7b0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ jobs:
--configfile config/config_for_github.yaml;
zip slides slides/*pdf
- name: Upload Release Artifacts
if: ${{ steps.release.outputs.release_created }}
if: ${{ needs.release-please.outputs.release_created }}
uses: actions/upload-artifact@v4
with:
name: Slides
path: |
slides/Snakemake_HPC_Creators.pdf;
slides/Snakemake_HPC_Users.pdf;
slides/Snakemake_HPC_User_Creator_Combi.pdf;
slides/Snakemake_HPC_Admins.pdf;
name: Slides
path: |
slides/Snakemake_HPC_Creators.pdf
slides/Snakemake_HPC_Users.pdf
slides/Snakemake_HPC_User_Creator_Combi.pdf
slides/Snakemake_HPC_Admins.pdf
release-please:
runs-on: ubuntu-latest
Expand Down

1 comment on commit f2bb7b0

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Artifacts

Please sign in to comment.