Skip to content

Commit

Permalink
⚗️ Upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
Endre Vegh committed Oct 19, 2023
1 parent 4391ece commit f7d28cb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,7 @@ jobs:
sudo apt-get install -y -qq pkg-config libssl-dev libxcb1-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev
- name: Running cargo build
run: cargo build --release --all-features --target ${{ matrix.target }}

- uses: actions/upload-artifact@v3
with:
name: my-artifact
path: LICENSE

0 comments on commit f7d28cb

Please sign in to comment.