Skip to content

Commit

Permalink
Try to fix the Deken upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
agraef committed Aug 25, 2024
1 parent 8d487d9 commit e360e4e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,15 @@ jobs:
if: ${{ !contains(github.ref, 'test') }} # upload if not a "test" tag (maybe should be more restrictive?)
runs-on: ubuntu-latest
needs: [merge-for-deken]
strategy:
matrix:
os: [windows, macos, ubuntu]

steps:
- uses: actions/download-artifact@v4
with:
name: pdlua-${{ matrix.os }}
path: pdlua-${{ matrix.os }}

steps:
- name: upload deken package
Expand Down

0 comments on commit e360e4e

Please sign in to comment.