Skip to content

Commit

Permalink
Update go-ossf-slsa3-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sivaplaysmC authored Dec 22, 2023
1 parent de59186 commit 94d7254
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/go-ossf-slsa3-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v3
- uses: ncipollo/release-action@v1
with:
artifacts: "bin/*"
tag: notCool
- name: make build directory
run: mkdir build
- name: build for windows
Expand All @@ -26,4 +22,7 @@ jobs:
run: go build -o bin/gotunnelme-testcasego-linux
- name: create releases archive
run: zip -r binaries.zip bin

- uses: ncipollo/release-action@v1
with:
artifacts: "bin/*"
tag: finally

0 comments on commit 94d7254

Please sign in to comment.