Skip to content

Commit

Permalink
Fixed build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed Sep 25, 2024
1 parent b40522d commit bff6b2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: Build and deploy on Linux

on: [push]

Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
make -j$(nproc)
sudo cpack -G DEB
sudo make install DESTDIR=AppDir
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}_vscpd_15.0.0.deb
path: /home/runner/work/vscp/vscp/build/vscpd_15.0.0.deb
Expand Down
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
"request": "launch",
"name": "Debug portfile(s)",
"cmakeDebugType": "external",
"pipeName": "\\\\.\\pipe\\vcpkg_ext_portfile_dbg",
"pipeName": "/tmp/vcpkg_ext_portfile_dbg",
"preLaunchTask": "Debug vcpkg commands"
}
]
Expand Down

0 comments on commit bff6b2c

Please sign in to comment.