Skip to content

Commit

Permalink
fix: attempt based on build.yml!
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeesters committed Aug 24, 2024
1 parent d2ad36d commit 2e3fdf4
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,9 @@ jobs:
release-type: simple
package-name: "snakemake-hpc-teaching-material"
- name: Upload Release Artifacts
uses: actions/upload-release-asset@v1
if: ${{ steps.release.outputs.release_created }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: ${{ steps.release.outputs.release_created }}
uses: actions/upload-artifact@v4
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
run: |
gh realease upload ${{ steps.release.outputs.tag_name }}
slides/Snakemake_HPC_Users.pdf
slides/Snakemake_HPC_Creators.pdf
slides/Snakemake_HPC_User_Creator_Combi.pdf
slides/Snakemake_HPC_Admins.pdf
name: Slides
path: |
slides/*.pdf

1 comment on commit 2e3fdf4

@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 # to comment.