Skip to content

Commit

Permalink
Fixed artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
MoneroOcean committed Oct 23, 2024
1 parent 928e16e commit 834e9be
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
copy bin\WinRing0\WinRing0x64.sys .
7z a -tzip -mx windows_build.zip xmrig.exe config.json WinRing0x64.sys
- name: Upload Windows build artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: windows_build
path: windows_build.zip
Expand All @@ -44,7 +44,7 @@ jobs:
cp src/config.json .
tar cfz ubuntu_build.tar.gz xmrig config.json
- name: Upload Ubuntu build artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: ubuntu_build
path: ubuntu_build.tar.gz
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
cp src/config.json .
tar cfz macos_build.tar.gz xmrig config.json
- name: Upload MacOS build artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: macos_build
path: macos_build.tar.gz
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
cp src/config.json .
tar cfz macos_build_intel.tar.gz xmrig config.json
- name: Upload MacOS build artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: macos_build_intel
path: macos_build_intel.tar.gz
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
cp src/config.json .
tar cfz ubuntu12_build.tar.gz xmrig config.json
- name: Upload Ubuntu 12.04 build artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: ubuntu12_build
path: ubuntu12_build.tar.gz
Expand Down

0 comments on commit 834e9be

Please sign in to comment.