Skip to content

Commit

Permalink
Update zbox build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayashsatolia403 committed Oct 30, 2024
1 parent 6f376ed commit 33295fb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-zbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
make install
- name: 'Upload Artifact'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: zbox-linux
path: zbox
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
zip zbox-windows.zip zbox.exe libgcc_s_seh-1.dll libstdc++-6.dll libwinpthread-1.dll
- name: 'Upload Artifact'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: zbox-windows.zip
path: zbox-windows.zip
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
run: make install

- name: 'Upload Artifact'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: zbox-macos
path: zbox
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-zboxcli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
tag_schema: semantic

- name: 'Upload Artifact'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: zbox-linux
path: zbox
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
zip zbox-windows.zip zbox.exe libgcc_s_seh-1.dll libstdc++-6.dll libwinpthread-1.dll
- name: 'Upload Artifact'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: zbox-windows.zip
path: zbox-windows.zip
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
run: tar -czvf zbox-macos.tar.gz ./zbox

- name: 'Upload Artifact'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: zbox-macos
path: zbox
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: make install

- name: 'Upload Artifact'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: zbox-linux
path: zbox
Expand Down

0 comments on commit 33295fb

Please sign in to comment.