Skip to content

Commit

Permalink
fix: attempt to upload artifacts (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeesters authored Aug 24, 2024
1 parent a596cdb commit e75b76a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,12 @@ 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 }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
run: |
gh realease upload ${{ steps.release.outputs.tag_name }}
slides/Snakemake_HPC_Users.pdf
Expand Down

1 comment on commit e75b76a

@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.