Skip to content

Commit

Permalink
Update a workflow file for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
matsuo committed Aug 31, 2024
1 parent f7d7d1e commit c4bcb28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v4

- shell: bash
run: echo "xmlpaste_version=1.1.1-dev" >> "$GITHUB_ENV"
run: cat Makefile | grep "^VERSION=" | sed -e "s/VERSION/xmlpaste_version/g" >> "$GITHUB_ENV"

- if: runner.os == 'macOS'
run: make dist && cp -p "dist/xmlpaste-${{ env.xmlpaste_version }}-macos/xmlpaste" .
Expand Down

0 comments on commit c4bcb28

Please sign in to comment.