Skip to content

Commit

Permalink
Release version v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
altmannmarcelo committed Mar 22, 2024
1 parent 5852ed8 commit 8b01964
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ name: Build

on: [push, pull_request]

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release

jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -44,7 +40,7 @@ jobs:
- name: Upload Deb
uses: actions/upload-artifact@v4
with:
path: target/debian/
path: target/debian/${{ env.deb_name }}
name: ${{ env.deb_name }}

release:
Expand Down Expand Up @@ -73,6 +69,5 @@ jobs:
allowUpdates: true
artifactErrorsFailBuild: false
artifacts: |
*.zip
*.rpm
*.deb

0 comments on commit 8b01964

Please sign in to comment.