Skip to content

Commit

Permalink
Only store files for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelTVMS committed Apr 14, 2023
1 parent 735340f commit d1ede5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
run: dart compile exe ${{ github.workspace }}/bin/main.dart -o ${{ github.workspace }}/build/${{ matrix.binary }}

- name: Upload release
if: startsWith(github.ref, 'refs/tags/v')
uses: actions/upload-artifact@v3
with:
name: brokertotax-${{ matrix.target }}
Expand Down

0 comments on commit d1ede5e

Please sign in to comment.