Skip to content

Commit

Permalink
Ugh -- forgot the working dir blows away between jobs (#17)
Browse files Browse the repository at this point in the history
* Ugh -- forgot the working dir blows away between jobs

* bump

* Missing relative path
  • Loading branch information
ehutchllew authored Apr 13, 2024
1 parent df6d1e1 commit d780d5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:
- name: Build
run: CGO_ENABLED=0 go build -ldflags="-w -X 'github.com/ev-the-dev/tmplts/cmd.version=${{ env.VERSION }}'" -o bin/tmplts

- name: Copy Files
run: cp README.md LICENSE npm/

- name: Upload Binary
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -68,10 +65,8 @@ jobs:
name: go_binary
path: npm

- name: TEST
run: |
ls -alFG
ls -alFG ../
- name: Copy Files
run: cp ../README.md ../LICENSE ./

- name: Publish to NPM Registry
run: |
Expand Down
2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ev-the-dev/tmplts",
"author": "ev-the-dev",
"version": "0.0.9",
"version": "0.0.10",
"description": "TypeScript Project Configuration Bootstrapper",
"license": "Apache-2.0",
"bin": {
Expand Down

0 comments on commit d780d5b

Please sign in to comment.