mirror of https://github.com/WerWolv/ImHex.git
build: Fixed .deb path
This commit is contained in:
parent
3b59868f62
commit
6a7c086514
|
@ -65,7 +65,7 @@ jobs:
|
|||
- name: 📦 Bundle .deb
|
||||
run: |
|
||||
dpkg-deb --build build/install
|
||||
mv install.deb imhex.deb
|
||||
mv build/install.deb imhex.deb
|
||||
|
||||
- name: ⬆️ Upload ELF
|
||||
uses: actions/upload-artifact@v2
|
||||
|
@ -84,7 +84,7 @@ jobs:
|
|||
- name: ⬆️ Upload .deb
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Linux .deb
|
||||
name: Linux DEB
|
||||
path: |
|
||||
imhex.deb
|
||||
win:
|
||||
|
|
Loading…
Reference in New Issue