Skip to content

Commit 7e0b18b

Browse files
committed
Fix release workflow to correctly match RPM files without leading slashes
1 parent 0dcbc38 commit 7e0b18b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
*/bin/*.exe
169169
*\bin\*.exe
170170
*/spinup-*.deb
171-
*/spinup-*.rpm
171+
spinup-*.rpm
172172
spinup-*.zip
173173
- name: Release
174174
uses: softprops/action-gh-release@v2
@@ -177,5 +177,5 @@ jobs:
177177
files: |
178178
*/bin/*.exe
179179
*/spinup-*.deb
180-
*/spinup-*.rpm
180+
spinup-*.rpm
181181
spinup-*.zip

0 commit comments

Comments
 (0)