Skip to content

Commit

Permalink
build and upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
ciur committed Dec 7, 2024
1 parent b1cd68f commit 4faba9d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@ jobs:

- name: Build
run: go build -v env2js.go

- uses: actions/upload-artifact@v4
with:
name: Build
path: env2js

0 comments on commit 4faba9d

Please sign in to comment.