Skip to content

Commit

Permalink
Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed Jun 6, 2024
1 parent 47a2663 commit b5bf0aa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ jobs:
needs: [ build, userguide ]
#if: github.event_name == 'release' && github.event.action == 'created'
steps:
- uses: actions/checkout@v4
- name: Download userguide
uses: actions/download-artifact@v4
with:
Expand All @@ -269,10 +270,6 @@ jobs:
name: ${{needs.build.outputs.SINGLE_FILE_NAME}}
path: .

- run: |
ls
ls _build
- name: Get release
if: github.event_name == 'release' && github.event.action == 'created'
id: get_release
Expand Down

0 comments on commit b5bf0aa

Please sign in to comment.