Skip to content

Commit

Permalink
[PolyglotPiranha] Move the default commands after strategy and matrix…
Browse files Browse the repository at this point in the history
… declaration. (#195)

Reorder the commands
  • Loading branch information
ketkarameya authored Jun 21, 2022
1 parent b34c984 commit ea5d103
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/polyglot_release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# .github/workflows/release.yml

name: Release Polyglot Piranha
on:
release:
types: [created]
Expand All @@ -10,9 +10,6 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
defaults:
run:
working-directory: generic/piranha
matrix:
include:
- target: x86_64-pc-windows-gnu
Expand All @@ -29,4 +26,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
RUSTTARGET: ${{ matrix.target }}
ARCHIVE_TYPES: ${{ matrix.archive }}
ARCHIVE_TYPES: ${{ matrix.archive }}
SRC_DIR: generic/piranha

0 comments on commit ea5d103

Please sign in to comment.