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 665531f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,16 @@ 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 }}

- name: upload deken package
shell: bash
env:
Expand Down

0 comments on commit 665531f

Please sign in to comment.