Skip to content

Commit

Permalink
fix: attempt to shift upload to build
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeesters committed Sep 11, 2024
1 parent 915b3d4 commit 07273a1
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@ jobs:
--configfile config/config_for_github.yaml
./render --master-tex Snakemake_HPC_Admins.tex \
--configfile config/config_for_github.yaml
- name: Upload Release Artifacts
if: ${{ steps.release.outputs.release_created }}
uses: actions/upload-artifact@v4
with:
name: Slides
path: |
slides/*.pdf
release-please:
runs-on: ubuntu-latest
needs: build
Expand All @@ -43,10 +52,3 @@ jobs:
with:
release-type: simple
package-name: "snakemake-hpc-teaching-material"
- name: Upload Release Artifacts
if: ${{ steps.release.outputs.release_created }}
uses: actions/upload-artifact@v4
with:
name: Slides
path: |
slides/*.pdf

1 comment on commit 07273a1

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