Skip to content

Commit

Permalink
Harmonize build actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
hoehermann committed Sep 9, 2024
1 parent 2a1e005 commit 8166dbe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,14 @@ jobs:
uses: actions/upload-artifact@v4
with:
path: build/*.deb
name: purple-whatsmeow.deb

- name: release
if: contains(github.ref, 'tags/v')
uses: ncipollo/release-action@v1
with:
artifacts: build/*.deb
tag: nightly-${{ github.sha }}
name: Nightly ${{ github.sha }}
#tag: nightly-${{ github.sha }}
#name: Nightly ${{ github.sha }}
allowUpdates: true
artifactErrorsFailBuild: true
6 changes: 3 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Windows Build
name: Windows
on:
- push

Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: build/src/c/libwhatsmeow.dll
tag: nightly-${{ github.sha }}
name: Nightly ${{ github.sha }}
#tag: nightly-${{ github.sha }}
#name: Nightly ${{ github.sha }}
allowUpdates: true
artifactErrorsFailBuild: true

0 comments on commit 8166dbe

Please sign in to comment.