Skip to content

Commit

Permalink
Update makefile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-nis authored May 4, 2024
1 parent e8cf61c commit 5bd71e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
uses: actions/checkout@v4
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
#if: startsWith(github.ref, 'refs/tags/')
with:
files: |
rpm-build-result/jolla-settings-screenmonitor-${{ github.ref_name }}-1.aarch64
rpm-build-result/jolla-settings-screenmonitor-${{ github.ref_name }}-1.armv7hl
rpm-build-result/jolla-settings-screenmonitor-${{ github.ref_name }}-1.i486
/workspace/RPMS/jolla-settings-screenmonitor-${{ github.ref_name }}-1.aarch64
/workspace/RPMS/jolla-settings-screenmonitor-${{ github.ref_name }}-1.armv7hl
/workspace/RPMS/jolla-settings-screenmonitor-${{ github.ref_name }}-1.i486
jolla-settings-screenmonitor.changes

0 comments on commit 5bd71e0

Please sign in to comment.