mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-04-19 16:04:44 +00:00
Try again
This commit is contained in:
parent
b5f4d5c7be
commit
bd4a1cdd77
2 changed files with 8 additions and 8 deletions
8
.github/workflows/pr_master.yml
vendored
8
.github/workflows/pr_master.yml
vendored
|
@ -54,12 +54,12 @@ jobs:
|
|||
- uses: Swatinem/rust-cache@v2
|
||||
- name: Build
|
||||
run: |
|
||||
cargo xtask zip --profile ${{ env:CARGO_PROFILE }}
|
||||
Expand-Archive -Path target/${{ env:CARGO_PROFILE }}/zluda.zip -DestinationPath target/${{ env:CARGO_PROFILE }}/zluda
|
||||
cargo xtask zip --profile ${{ env.CARGO_PROFILE }}
|
||||
Expand-Archive -Path target/${{ env.CARGO_PROFILE }}/zluda.zip -DestinationPath target/${{ env.CARGO_PROFILE }}/zluda
|
||||
- name: Set revision hash
|
||||
run: echo "SHORT_SHA=$("${{ github.sha }}".SubString(0, 7))" >> $env:GITHUB_ENV
|
||||
- name: Upload
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: zluda-windows-${{ env:SHORT_SHA }}
|
||||
path: target/${{ env:CARGO_PROFILE }}/zluda
|
||||
name: zluda-windows-${{ env.SHORT_SHA }}
|
||||
path: target/${{ env.CARGO_PROFILE }}/zluda
|
||||
|
|
8
.github/workflows/push_master.yml
vendored
8
.github/workflows/push_master.yml
vendored
|
@ -54,12 +54,12 @@ jobs:
|
|||
- uses: Swatinem/rust-cache@v2
|
||||
- name: Build
|
||||
run: |
|
||||
cargo xtask zip --profile ${{ env:CARGO_PROFILE }}
|
||||
Expand-Archive -Path target/${{ env:CARGO_PROFILE }}/zluda.zip -DestinationPath target/${{ env:CARGO_PROFILE }}/zluda
|
||||
cargo xtask zip --profile ${{ env.CARGO_PROFILE }}
|
||||
Expand-Archive -Path target/${{ env.CARGO_PROFILE }}/zluda.zip -DestinationPath target/${{ env.CARGO_PROFILE }}/zluda
|
||||
- name: Set revision hash
|
||||
run: echo "SHORT_SHA=$("${{ github.sha }}".SubString(0, 7))" >> $env:GITHUB_ENV
|
||||
- name: Upload
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: zluda-windows-${{ env:SHORT_SHA }}
|
||||
path: target/${{ env:CARGO_PROFILE }}/zluda
|
||||
name: zluda-windows-${{ env.SHORT_SHA }}
|
||||
path: target/${{ env.CARGO_PROFILE }}/zluda
|
||||
|
|
Loading…
Add table
Reference in a new issue