Skip to content

Commit

Permalink
more test
Browse files Browse the repository at this point in the history
  • Loading branch information
ehutchllew committed Apr 3, 2024
1 parent 9863afc commit 1969c70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
- name: Test
run: |
echo "local Version: $VERSION"
echo "env Version: $env.VERSION"
echo "env Version: $(${{env.VERSION}})"
- name: Build
run: go build -ldflags="-w -X 'github.com/ev-the-dev/tmplts/cmd.version=${{ env.VERSION }}'" -o bin/tmplts
run: go build -ldflags="-w -X 'github.com/ev-the-dev/tmplts/cmd.version=$(${{ env.VERSION }})'" -o bin/tmplts

- name: Upload Binary
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 1969c70

Please sign in to comment.