Skip to content

Commit

Permalink
feat: Remove debug step
Browse files Browse the repository at this point in the history
  • Loading branch information
mbevc1 committed Sep 16, 2024
1 parent 9433c26 commit 161075e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
VERSION: ${{ env.VERSION }}
run: |
echo "Building ${{ github.event.inputs.version || env.VERSION }}-${{ github.event.inputs.buildNumber }}"
exit 1
BUILD_NUMBER=${{ env.BUILD_NUMBER }} make package
#exit 1
BUILD_NUMBER=${{ github.event.inputs.buildNumber || env.BUILD_NUMBER }} make package
#exit 1
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 161075e

Please sign in to comment.