Skip to content

Commit

Permalink
Merge pull request #57 from wakatime/bugfix/release-assets
Browse files Browse the repository at this point in the history
Only include necessary release assets
  • Loading branch information
alanhamlett authored Oct 18, 2024
2 parents a7313e6 + b0bd4ea commit 37c20be
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,9 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: artifacts-linux
path: release/*
path: |
release/*.AppImage
release/latest*.yml
-
name: Remove tag if failure
if: ${{ failure() }}
Expand Down Expand Up @@ -158,6 +160,9 @@ jobs:
with:
name: artifacts-windows
path: release/*
path: |
release/*.exe
release/latest*.yml
-
name: Remove tag if failure
if: ${{ failure() }}
Expand Down

0 comments on commit 37c20be

Please sign in to comment.