Skip to content

Commit

Permalink
change actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bitoku committed Aug 2, 2020
1 parent 20b251e commit 2800027
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ jobs:
use-cross: true
- run: |
tar -zcvf simplememo-${{ matrix.target }}.tar.gz -C target/${{ matrix.target }}/release simplememo
if: ${{ matrix.target != x86_64-pc-windows-gnu }}
if: ${{ matrix.target != 'x86_64-pc-windows-gnu' }}
- run: |
tar -zcvf simplememo-${{ matrix.target }}.tar.gz -C target/${{ matrix.target }}/release simplememo.exe
if: ${{ matrix.target == x86_64-pc-windows-gnu }}
if: ${{ matrix.target == 'x86_64-pc-windows-gnu' }}
- uses: actions/upload-artifact@v1
with:
name: build-${{ matrix.target }}
Expand Down

0 comments on commit 2800027

Please sign in to comment.