mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-31 08:22:33 +00:00
lets try that 😞
This commit is contained in:
7
.github/workflows/rust.yml
vendored
7
.github/workflows/rust.yml
vendored
@@ -66,6 +66,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: pumpkin-${{ matrix.os }}
|
||||
path: ./
|
||||
compression-level: 9
|
||||
path: target/release/pumpkin*
|
||||
clippy_release:
|
||||
@@ -120,7 +121,7 @@ jobs:
|
||||
|
||||
# Download and upload the Linux artifact
|
||||
- name: Download Linux executable
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v5
|
||||
with:
|
||||
name: pumpkin-ubuntu-latest
|
||||
path: ./
|
||||
@@ -133,7 +134,7 @@ jobs:
|
||||
|
||||
# Download and upload the Windows artifact
|
||||
- name: Download Windows executable
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v5
|
||||
with:
|
||||
name: pumpkin-windows-latest
|
||||
path: ./
|
||||
@@ -146,7 +147,7 @@ jobs:
|
||||
|
||||
# Download and upload the macOS artifact
|
||||
- name: Download macOS executable
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v5
|
||||
with:
|
||||
name: pumpkin-macos-latest
|
||||
path: ./
|
||||
|
||||
Reference in New Issue
Block a user