Skip to content

Commit

Permalink
Update dotnet-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Coloryr committed May 6, 2024
1 parent 2d2df26 commit b94d6ae
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/dotnet-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,16 @@ jobs:
sudo -u builder ./build/build-linux.sh && \
sudo -u builder ./build/build-arch.sh"
- name: 上传 linux-x86_64.pkg.tar.zst
uses: actions/upload-artifact@v4
with:
name: "colormc-arch-x86_64"
path: build_out/colormc-${{ env.MAINVERSION }}${{ env.VERSION }}-1-x86_64.pkg.tar.zst
# - name: 上传 linux-x86_64.pkg.tar.zst
# uses: actions/upload-artifact@v4
# with:
# name: "colormc-arch-x86_64"
# path: build_out/colormc-${{ env.MAINVERSION }}${{ env.VERSION }}-1-x86_64.pkg.tar.zst

- name: 上传 linux-x86_64
uses: actions/upload-artifact@v4
with:
name: "colormc-arch-x86_64"
name: "colormc-build"
path: src/build_out/**

# - name: 上传 linux-x86-aot.pkg.tar.zst
Expand Down

0 comments on commit b94d6ae

Please sign in to comment.