Skip to content

Commit

Permalink
Fix Upload
Browse files Browse the repository at this point in the history
  • Loading branch information
leet4tari committed Jul 27, 2022
1 parent 0313ac5 commit 5925c8c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/matrix-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
build:
name: Building ${{ matrix.builds.name }} on ${{ matrix.builds.runs-on }}
#needs: [ matrix-prep, create-release ]
needs: matrix-prep
needs: [ matrix-prep, create-release ]
#needs: matrix-prep
strategy:
fail-fast: false
matrix: ${{ fromJson(needs.matrix-prep.outputs.matrix) }}
Expand Down Expand Up @@ -121,12 +121,12 @@ jobs:
name: ${{ matrix.builds.target }}-cross-compile-sample
path: target/${{ matrix.builds.target }}/release/cross-compile-sample

- name: Upload release archive
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: |
LICENSE
README.md
target/${{ matrix.builds.target }}/release/cross-compile-sample
- name: Upload release archive
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: |
LICENSE
README.md
target/${{ matrix.builds.target }}/release/cross-compile-sample

0 comments on commit 5925c8c

Please sign in to comment.