Skip to content

Commit

Permalink
Add Archive artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackarain committed Apr 17, 2023
1 parent bc04835 commit 1a82379
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@ jobs:
- run: sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 10
- run: sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-12 10
- run: mkdir build && cd build && cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -DENABLE_BUILD_WERROR=OFF && ninja

- name: Archive artifacts
uses: actions/upload-artifact@v3
with:
name: proxy_server
path: build/bin/proxy_server

0 comments on commit 1a82379

Please sign in to comment.