File tree Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Original file line number Diff line number Diff line change 14
14
matrix :
15
15
goos : [linux, darwin, windows]
16
16
goarch : [amd64, arm64]
17
- # Example: exclude certain combinations if unsupported
18
17
exclude :
19
18
- goos : darwin
20
19
goarch : arm64
43
42
run : ls -lh
44
43
45
44
- name : Upload artifacts
46
- uses : actions/upload-artifact@v3
45
+ uses : actions/upload-artifact@v4
47
46
with :
48
47
name : ApproveGuard-${{ matrix.goos }}-${{ matrix.goarch }}
49
48
path : " ./ApproveGuard-${{ matrix.goos }}-${{ matrix.goarch }}"
56
55
uses : actions/checkout@v3
57
56
58
57
- name : Download all artifacts
59
- uses : actions/download-artifact@v3
58
+ uses : actions/download-artifact@v4
60
59
61
60
- name : List all downloaded artifacts
62
61
run : ls -la
69
68
./ApproveGuard-*/*
70
69
env :
71
70
GITHUB_TOKEN : ${{ secrets.RELEASE_GITHUB_TOKEN }}
72
-
73
- # Example Docker build step (commented out):
74
- # - name: Build and push Docker image
75
- # uses: docker/build-push-action@v4
76
- # with:
77
- # context: .
78
- # file: ./Dockerfile
79
- # # platforms might match your build matrix or a custom list
80
- # platforms: linux/amd64,linux/arm64
81
- # push: true
82
- # env:
83
- # GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments