Skip to content

Commit

Permalink
Merge pull request #127 from GDATASoftwareAG/release-workflow-fix
Browse files Browse the repository at this point in the history
fix artifact upload
  • Loading branch information
lennartdohmann authored Sep 9, 2024
2 parents 2e56304 + 8202dc0 commit 6727bf5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ jobs:
if: steps.bats-tests.outputs.bats_run == 'fail'
run: exit 1

- uses: actions/upload-artifact@master
with:
overwrite: true
name: build-dir
path: build/

release:
needs:
- test
Expand Down

0 comments on commit 6727bf5

Please sign in to comment.