Skip to content

Commit

Permalink
adjust version sanity check for new version format
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelch-spike committed Oct 27, 2023
1 parent a83463b commit 48e8665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mac-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
working-directory: ${{ steps.working-dir.outputs.value }}
run: |
sudo make install
asconfig --version 2>&1 | grep "asconfig version"
asconfig --version 2>&1 | grep "asconfig"
- uses: actions/upload-artifact@v3
with:
name: ${{ steps.system-info.outputs.platform }}-${{ runner.arch }}-${{ runner.os }}-${{ steps.system-info.outputs.release }}-asconfig
Expand Down

0 comments on commit 48e8665

Please sign in to comment.