Skip to content

Commit

Permalink
Correct Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CEKlopfenstein committed May 17, 2024
1 parent a6a9e1c commit ae65cc9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
run: make build

- name: 'Upload Artifact'
uses: actions/upload-artifact@v4
with:
name: my-artifact
path: build/cekwebhooks-linux-amd64.so
retention-days: 1
uses: actions/upload-artifact@v4
with:
name: my-artifact
path: build/cekwebhooks-linux-amd64.so
retention-days: 1

0 comments on commit ae65cc9

Please sign in to comment.