Skip to content

Commit

Permalink
chore: update native-build test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
metacosm committed Jul 4, 2024
1 parent ec6065b commit 208f1c6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/native-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@ jobs:
name: power-server-${{ runner.os }}-${{ runner.arch }}
path: server/target/distributions/*.tar.gz

# checkout will clobber downloaded artifacts
# we have to download them again
check:
needs: package
runs-on: ubuntu-latest
steps:
- name: 'Download all build artifacts'
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 208f1c6

Please sign in to comment.