Skip to content

Commit

Permalink
Add exclusion for .git in artifact upload (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
bfoley13 authored Jul 26, 2024
1 parent f7c086e commit 0108a19
Show file tree
Hide file tree
Showing 4 changed files with 407 additions and 329 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
go-version: 1.22
- name: make
run: make
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: helm-skaffold
path: ./test/skaffold.yaml
if-no-files-found: error
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: draft-binary
path: ./draft
Expand All @@ -35,7 +35,7 @@ jobs:
needs: build
steps:
- uses: actions/checkout@v2
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: draft-binary
- run: chmod +x ./draft
Expand Down
Loading

0 comments on commit 0108a19

Please sign in to comment.